trident-automount: remove package, was never build anyways
This commit is contained in:
parent
7f05d9c622
commit
660efe3d44
|
@ -1,22 +0,0 @@
|
|||
# Template file for 'trident-automount'
|
||||
pkgname=trident-automount
|
||||
version=2020.09.02
|
||||
revision=1
|
||||
wrksrc="trident-utilities-${version}"
|
||||
build_wrksrc="src-go/automount"
|
||||
build_style=go
|
||||
go_import_path="github.com/project-trident/trident-automount"
|
||||
makedepends="go"
|
||||
depends="autofs"
|
||||
short_desc="Automounting daemon from Project Trident utilizing autofs"
|
||||
maintainer="Ken Moore <ken@project-trident.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/project-trident/trident-utilities"
|
||||
distfiles="https://github.com/project-trident/trident-utilities/archive/v${version}.tar.gz"
|
||||
checksum=0bf0991c815b56b0143106e29ff2ab952416fd63d1810a6aa51fd95a0de4c48d
|
||||
|
||||
post_install() {
|
||||
vinstall sv/run 0755 /etc/sv/trident-automount
|
||||
ln -s /run/runit/supervise.trident-automount $DESTDIR/etc/sv/trident-automount/supervise
|
||||
vlicense ${wrksrc}/LICENSE
|
||||
}
|
Loading…
Reference in New Issue