aboutsummaryrefslogtreecommitdiffstats
path: root/bfind
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-23 17:20:58 +0100
committerMattias Andrée <maandree@kth.se>2021-02-23 17:20:58 +0100
commitd21fb2528c061d016e8c23a28de721820c426e2c (patch)
treeeedf2c7c4492ff6e046fc701bfbe189f56eb56bb /bfind
parentUpdate setpgrp (diff)
downloadaur-packages-d21fb2528c061d016e8c23a28de721820c426e2c.tar.gz
aur-packages-d21fb2528c061d016e8c23a28de721820c426e2c.tar.bz2
aur-packages-d21fb2528c061d016e8c23a28de721820c426e2c.tar.xz
Add bfind
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'bfind')
-rw-r--r--bfind/PKGBUILD24
l---------bfind/upload1
2 files changed, 25 insertions, 0 deletions
diff --git a/bfind/PKGBUILD b/bfind/PKGBUILD
new file mode 100644
index 0000000..7ee2f0d
--- /dev/null
+++ b/bfind/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
+
+pkgname=bfind
+pkgver=3.0
+pkgrel=1
+pkgdesc="find alternative optimised for finding files rather then listing files"
+url="https://github.com/maandree/bfind"
+arch=(any)
+license=(custom:ISC)
+depends=()
+makedepends=()
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=(d50ac7dd28829e4ae7e5c0ad5509ca2036f87207f898e2b6cd97fa1735ae0104)
+
+
+build() {
+ cd "$srcdir/bfind-$pkgver"
+ make PREFIX=/usr
+}
+
+package() {
+ cd "$srcdir/bfind-$pkgver"
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+}
diff --git a/bfind/upload b/bfind/upload
new file mode 120000
index 0000000..1e7a8be
--- /dev/null
+++ b/bfind/upload
@@ -0,0 +1 @@
+../upload \ No newline at end of file