void-packages/srcpkgs/bfs/template
2018-06-24 01:20:54 -03:00

15 lines
440 B
Bash

# Template file for 'bfs'
pkgname=bfs
version=1.2.2
revision=1
build_style=gnu-makefile
short_desc="Breadth-first version of the UNIX find command"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="0BSD"
homepage="https://github.com/tavianator/bfs"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
checksum=60eba3829242317ddb9ffc722ee2af518175c5cc3cfc4bf8a4c8c85c8184c090
post_install() {
vlicense COPYING
}