From f446adb45be6eb88d2030a5f1b9d6c0b0fc98b66 Mon Sep 17 00:00:00 2001 From: yosh Date: Mon, 14 Aug 2023 13:32:27 -0500 Subject: [PATCH] bfs: add to find alternatives group. --- srcpkgs/bfs/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template index 921cd2e3e1758..4f5ded918eb51 100644 --- a/srcpkgs/bfs/template +++ b/srcpkgs/bfs/template @@ -1,7 +1,7 @@ # Template file for 'bfs' pkgname=bfs version=3.0.1 -revision=1 +revision=2 build_style=gnu-makefile makedepends="acl-devel libcap-devel oniguruma-devel" checkdepends="acl-progs libcap-progs" @@ -13,6 +13,11 @@ changelog="https://raw.githubusercontent.com/tavianator/bfs/main/docs/CHANGELOG. distfiles="https://github.com/tavianator/bfs/archive/${version}.tar.gz" checksum=a38bb704201ed29f4e0b989fb2ab3791ca51c3eff90acfc31fff424579bbf962 +alternatives=" + find:find:/usr/bin/bfs + find:find.1:/usr/share/man/man1/bfs.1 +" + post_install() { vlicense LICENSE }