added 60 ports

This commit is contained in:
2022-02-05 15:39:19 -05:00
parent 88c4996e65
commit 516c20d78a
277 changed files with 52093 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Description: adds PDF support to zathura by using the poppler rendering engine
# URL: http://pwmt.org/projects/zathura-pdf-poppler/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: poppler-glib, zathura
name=zathura-pdf-poppler
version=0.3.0
release=1
source=(http://pwmt.org/projects/$name/download/$name-$version.tar.xz)
build() {
cd "$name-$version"
meson build --prefix=/usr
DESTDIR=$PKG ninja -C build install
}
# vim: set ft=sh ts=4 et: