initial import
This commit is contained in:
25
zathura-ps/PKGBUILD
Normal file
25
zathura-ps/PKGBUILD
Normal file
@@ -0,0 +1,25 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=zathura-ps
|
||||
pkgver=0.2.7
|
||||
pkgrel=1
|
||||
pkgdesc="Adds ps support to zathura by using the libspectre library"
|
||||
url='https://pwmt.org/projects/zathura-ps'
|
||||
arch=('i686' 'x86_64')
|
||||
license=('zlib')
|
||||
depends=('libspectre' 'zathura' 'desktop-file-utils')
|
||||
makedepends=('meson' 'ninja')
|
||||
groups=('zathura-extra')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/zathura-ps/archive/${pkgver}.tar.gz")
|
||||
sha512sums=('b7074d941180938cc5ab3756c587d2bb7e6a87a04707c04eb9707664966ef6fb2f2b8e7b60cb5be0a2548ebb8ab4d2759aa9727f02085946fe6c66a0c559639d')
|
||||
|
||||
build(){
|
||||
cd "$pkgname-$pkgver"
|
||||
hyperbola-meson build
|
||||
ninja -C build
|
||||
}
|
||||
|
||||
package(){
|
||||
DESTDIR="$pkgdir" ninja -C $pkgname-$pkgver/build install
|
||||
install -Dm0644 $srcdir/$pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
|
||||
}
|
||||
Reference in New Issue
Block a user