summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b229d509b58e79adc84b221e796efd7f10244745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer : n34r <near1297 at icloud dot com>
# Derived from udev-media-automount by Ferk

pkgname="ntfs-automount"
pkgdesc="NTFS automount utility based on udev rule"
pkgver=0.1
pkgrel=1
license=('GPL3')
arch=('any')
depends=('udev')
source=(https://github.com/n34r1297/easyarch/raw/master/ntfs-automount/Releases/$pkgname-$pkgver.tar.gz)
md5sums=('65c43ce38ceecec2e5964af4b1a1ca9e')
		  
package() {
	install -D "$srcdir/ntfs-automount.rules" "$pkgdir/usr/lib/udev/rules.d/99-ntfs-automount.rules"
	install -D "$srcdir/ntfs-automount" "$pkgdir/usr/bin/ntfs-automount"
	install -D "$srcdir/ntfs-automount@.service" "$pkgdir/usr/lib/systemd/system/ntfs-automount@.service"
}