initial import
This commit is contained in:
23
fsearch/PKGBUILD
Normal file
23
fsearch/PKGBUILD
Normal file
@@ -0,0 +1,23 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=fsearch
|
||||
pkgver=0.2.3
|
||||
pkgrel=1
|
||||
pkgdesc="A free and libre, fast graphical file search utility."
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://cboxdoerfer.github.io/fsearch'
|
||||
license=('GPL-2')
|
||||
depends=('gtk' 'icu' 'pcre2')
|
||||
makedepends=('meson' 'gettext-tiny')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/cboxdoerfer/$pkgname/archive/refs/tags/${pkgver}.tar.gz")
|
||||
sha512sums=('1ca2f53340936a0961fa3d74f81dd31bc9365db679ef4650abb32969d0ee3d5d45a06ae11d0d434275a6497614e6eb0527f9332e21df07e7a6899ccb4e5832f2')
|
||||
|
||||
build() {
|
||||
hyperbola-meson $pkgname-$pkgver build
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install -C build
|
||||
install -Dm644 "$srcdir/$pkgname-$pkgver/License" -t "${pkgdir}/usr/share/licenses/$pkgname"
|
||||
}
|
||||
Reference in New Issue
Block a user