fix: remove ksmbd-tools

This commit is contained in:
nyyu 2023-03-18 19:51:43 +01:00
parent 5e10a5b998
commit 53f416615a
3 changed files with 0 additions and 56 deletions

View file

@ -1,21 +0,0 @@
pkgbase = ksmbd-tools-git
pkgdesc = Userspace tools for the ksmbd kernel SMB server
pkgver = 3.4.7
pkgrel = 1
url = https://github.com/cifsd-team/ksmbd-tools
arch = x86_64
arch = i686
arch = aarch64
arch = armv7h
arch = armv6h
license = GPL2
makedepends = meson
depends = KSMBD-MODULE
depends = libnl
provides = samba
provides = ksmbd-tools
conflicts = ksmbd-tools
source = git+https://github.com/cifsd-team/ksmbd-tools.git
sha256sums = SKIP
pkgname = ksmbd-tools-git

View file

@ -1,4 +0,0 @@
*
!.gitignore
!.SRCINFO
!PKGBUILD

View file

@ -1,31 +0,0 @@
# Maintainer: Leonidas P. <jpegxguy at outlook dot com>
pkgname=ksmbd-tools-git
pkgver=3.4.7
pkgrel=1
pkgdesc="Userspace tools for the ksmbd kernel SMB server"
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url="https://github.com/cifsd-team/ksmbd-tools"
license=('GPL2')
makedepends=('meson')
depends=('KSMBD-MODULE' 'libnl')
provides=('samba' 'ksmbd-tools')
conflicts=('ksmbd-tools')
source=(git+${url}.git)
sha256sums=('SKIP')
pkgver() {
cd ksmbd-tools
git describe --tags | sed 's/^pkgconf-//;s/-/+/g'
}
build() {
cd ksmbd-tools
arch-meson -Drundir=/run build
meson compile -C build
}
package() {
cd ksmbd-tools
meson install -C build --destdir "$pkgdir"
}