New package: symlinks-1.4.3
This commit is contained in:
parent
864e7326fe
commit
f6f2bab290
1 changed files with 17 additions and 0 deletions
17
srcpkgs/symlinks/template
Normal file
17
srcpkgs/symlinks/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'symlinks'
|
||||||
|
pkgname=symlinks
|
||||||
|
version=1.4.3
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="Symbolic link maintenance utility"
|
||||||
|
maintainer="Artur Sinila <personal@logarithmus.dev>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/brandt/symlinks"
|
||||||
|
distfiles="https://github.com/brandt/${pkgname}/archive/v${version}.tar.gz"
|
||||||
|
checksum=27105b2898f28fd53d52cb6fa77da1c1f3b38e6a0fc2a66bf8a25cd546cb30b2
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin symlinks
|
||||||
|
vman symlinks.8
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue