trident-automount: remove package, was never build anyways

This commit is contained in:
Duncaen 2022-07-07 18:38:11 +02:00
parent 7f05d9c622
commit 660efe3d44
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 0 additions and 22 deletions

View File

@ -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
}