This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the trident-automount build system and add an xbps package tem…
…plate for it.
- Loading branch information
1 parent
a3a3ee2
commit 5e410b5
Showing
3 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Template file for 'trident-automount' | ||
pkgname=trident-automount | ||
version=2020.06.07 | ||
revision=1 | ||
wrksrc="trident-utilities-${version}" | ||
build_wrksrc="src-go/automount" | ||
makedepends="go" | ||
depends="autofs" | ||
short_desc="Automounting daemon from Project Trident utilizing autofs" | ||
maintainer="Ken Moore <[email protected]>" | ||
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=b25389296d9b2e80c28fe299001be1158442f6a584f2999dce0a20ff29bbea3b | ||
|
||
post_install() { | ||
vlicense ${wrksrc}/LICENSE | ||
} |