parent
ba8ac262e6
commit
7dab9c0e3b
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue