New package: exfat-dkms-1.2.8

This commit is contained in:
Andrea Brancaleoni 2016-11-29 00:08:51 +01:00
parent 51ef3cb89c
commit 4d296b14f1
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'exfat-dkms'
pkgname=exfat-dkms
version=1.2.8
revision=1
_commit=69713f6d20df08608111ea78742c6d37c1c9c81f
wrksrc=exfat-nofuse-${_commit}
short_desc="Exfat kernel driver (nofuse)"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-2"
homepage="https://github.com/dorimanx/exfat-nofuse"
distfiles="$homepage/archive/$_commit.tar.gz"
checksum=9b1c726c1f7699a802b4da897722656552e5a2234729993247bc31b4dfc3437f
triggers="dkms"
dkms_modules="exfat ${version}"
depends="dkms"
do_install() {
vmkdir usr/src/exfat-${version}
vcopy "*" usr/src/exfat-${version}
}