New package: bfs-1.1.4.

Closes: #10839 [via git-merge-pr]
This commit is contained in:
maxice8 2018-01-15 10:14:36 -02:00 committed by Jürgen Buchmüller
parent ba8ac262e6
commit 7dab9c0e3b
1 changed files with 15 additions and 0 deletions

15
srcpkgs/bfs/template Normal file
View File

@ -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 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/tavianator/bfs"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
checksum=ce9ebcbc6021d2af12fc639ce8fef8c0dd6ec9aedf0e3a3252f0db91d0ae05ce
post_install() {
vlicense COPYING
}