diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template new file mode 100644 index 00000000000..feb751f0eae --- /dev/null +++ b/srcpkgs/bfs/template @@ -0,0 +1,15 @@ +# Template file for 'bfs' +pkgname=bfs +version=1.1.4 +revision=1 +build_style=gnu-makefile +short_desc="A breadth-first version of the UNIX find command" +maintainer="maxice8 " +license="MIT" +homepage="https://github.com/tavianator/bfs" +distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz" +checksum=ce9ebcbc6021d2af12fc639ce8fef8c0dd6ec9aedf0e3a3252f0db91d0ae05ce + +post_install() { + vlicense COPYING +}