diff --git a/srcpkgs/libwhich/template b/srcpkgs/libwhich/template new file mode 100644 index 00000000000..79f9753a326 --- /dev/null +++ b/srcpkgs/libwhich/template @@ -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 " +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 +}