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