Files
horizon-packages/srcpkgs/bfs/template
T
2023-07-14 17:37:04 -04:00

19 lines
618 B
Bash

# Template file for 'bfs'
pkgname=bfs
version=3.0
revision=1
build_style=gnu-makefile
makedepends="acl-devel libcap-devel oniguruma-devel"
checkdepends="acl-progs libcap-progs"
short_desc="Breadth-first version of the UNIX find command"
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
license="0BSD"
homepage="https://github.com/tavianator/bfs"
changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG.md"
distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz"
checksum=d367494a2fb02df16067536a44c36560e161681a38d29b49f5d599bd9b3d2651
post_install() {
vlicense LICENSE
}