void-packages/srcpkgs/bfs/template

16 lines
440 B
Bash
Raw Normal View History

# Template file for 'bfs'
pkgname=bfs
2018-06-24 06:18:48 +02:00
version=1.2.2
revision=1
build_style=gnu-makefile
2018-01-21 09:26:56 +01:00
short_desc="Breadth-first version of the UNIX find command"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
2018-05-20 23:31:06 +02:00
license="0BSD"
homepage="https://github.com/tavianator/bfs"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
2018-06-24 06:18:48 +02:00
checksum=60eba3829242317ddb9ffc722ee2af518175c5cc3cfc4bf8a4c8c85c8184c090
post_install() {
vlicense COPYING
}