New package: libwhich-1.0.0
This commit is contained in:
parent
2aa8657c6e
commit
e25c469c07
1 changed files with 16 additions and 0 deletions
16
srcpkgs/libwhich/template
Normal file
16
srcpkgs/libwhich/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'libwhich'
|
||||||
|
pkgname=libwhich
|
||||||
|
version=1.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="Which for dynamic libraries"
|
||||||
|
maintainer="John <johnz@posteo.net>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/vtjnash/libwhich"
|
||||||
|
distfiles="https://github.com/vtjnash/libwhich/archive/v${version}.tar.gz"
|
||||||
|
checksum=61d5d643d4cbd4b340b9b48922e1b4fd2a35729b7cfdcc7283aab82a6f742a6c
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin libwhich
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue