From 573844b0d555729a220f93c199891f21836cb3a6 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/bfs/template b/srcpkgs/bfs/template index 7c8c67b6fdf..de8f8caec78 100644 --- a/srcpkgs/bfs/template +++ b/srcpkgs/bfs/template @@ -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=d3456a9aeecc031064db0dbe012e55a11eb97be88d0ab33a90e570fe66457f92 +alternatives=" + find:find:/usr/bin/bfs + find:find.1:/usr/share/man/man1/bfs.1 +" + post_install() { vlicense LICENSE }