From 7dab9c0e3b06bc9ac0f1d85ba6bb8b830e7b2caa Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 15 Jan 2018 10:14:36 -0200 Subject: [PATCH] New package: bfs-1.1.4. Closes: #10839 [via git-merge-pr] --- srcpkgs/bfs/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/bfs/template 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 +}