summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a60b7d2c8bcebcfab833102ed401c6134dd87b72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Mario Jiménez <mario.emilio.j@gmail.com>

pkgname=fuzzy-pdf-bin
_pkgname=fuzzy-pdf
pkgver=0.3.6
pkgrel=1
pkgdesc='Fuzzy finder for a collection of pdf files'
arch=('x86_64')
url='https://github.com/MarioJim/fuzzy-pdf'
license=('GPL3')
depends=('poppler-glib')
provides=('fuzzy-pdf')
conflicts=('fuzzy-pdf')
source=("${_pkgname}::${url}/releases/download/v${pkgver}/fuzzy-pdf")
sha256sums=('ebb0b219eda3e9b2b2305149823f08cd220f58f3d65fe9d1ad79fd8c014051dd')

package() {
    install -Dm 755 "${srcdir}/${_pkgname}" -t "${pkgdir}/usr/bin"
}