17 lines
437 B
Bash
17 lines
437 B
Bash
# 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
|
|
}
|