16 lines
441 B
Bash
16 lines
441 B
Bash
|
# 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
|
||
|
}
|