New package: libwhich-1.0.0

This commit is contained in:
John 2018-03-21 16:22:05 +01:00 committed by Michael Gehring
parent 2aa8657c6e
commit e25c469c07

16
srcpkgs/libwhich/template Normal file
View 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
}