initial import
This commit is contained in:
28
zathura-cb/PKGBUILD
Normal file
28
zathura-cb/PKGBUILD
Normal file
@@ -0,0 +1,28 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=zathura-cb
|
||||
pkgver=0.1.10
|
||||
pkgrel=1
|
||||
pkgdesc="Adds comic book support to zathura"
|
||||
url='https://pwmt.org/projects/zathura-cb/'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('zlib')
|
||||
depends=('zathura' 'libarchive' 'desktop-file-utils')
|
||||
makedepends=('meson' 'ninja')
|
||||
groups=('zathura-extra')
|
||||
source=("https://pwmt.org/projects/zathura-cb/download/${pkgname}-${pkgver}.tar.xz")
|
||||
sha512sums=('b85894d052fda45933582299e8c3406413bcb47ed451d81f5906d7bfef94b169c59a57db8b37273c838381ffc7ba55205d714d2e2ec3b597371578a77e131029')
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
hyperbola-meson build
|
||||
|
||||
cd build
|
||||
ninja
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver/build"
|
||||
DESTDIR="$pkgdir" ninja install
|
||||
install -Dm664 $srcdir/$pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
|
||||
}
|
||||
Reference in New Issue
Block a user