void-packages/srcpkgs/libwhich/template
2020-07-08 16:18:33 +02:00

17 lines
439 B
Bash

# Template file for 'libwhich'
pkgname=libwhich
version=1.1.0
revision=1
build_style=gnu-makefile
short_desc="Which for dynamic libraries"
maintainer="John <me@johnnynator.dev>"
license="MIT"
homepage="https://github.com/vtjnash/libwhich"
distfiles="https://github.com/vtjnash/libwhich/archive/v${version}.tar.gz"
checksum=f1c30bf7396859ad437a5db74e9e328fb4b4e1379457121e28a3524b1e3a0b3f
do_install() {
vbin libwhich
vlicense LICENSE
}