diff --git a/srcpkgs/othman/template b/srcpkgs/othman/template new file mode 100644 index 00000000000..a073b7d7a13 --- /dev/null +++ b/srcpkgs/othman/template @@ -0,0 +1,29 @@ +# Template file for 'othman' +pkgname=othman +version=0.5.1 +revision=1 +build_style=python2-module +hostmakedepends="python-setuptools ImageMagick sqlite intltool" +depends="python-sqlite python-gobject amiri-font" +short_desc="Quran browser and search engine " +maintainer="John " +license="WAQFv2" +homepage="https://github.com/ojuba-org/othman/" +distfiles="https://github.com/ojuba-org/othman/archive/${version}.tar.gz" +checksum=45bb59dd35dc5c8b731cc58b2ddc016cb60dcc937c1289a182ebaacab9ae07fd +repository=nonfree + +pre_build() { + sed -i -e 's/usr\/bin\/python/usr\/bin\/env python2/' gen-index.py + make icons + make Othman.desktop + make othman-data/ix.db +} + +post_install() { + for _i in 128 96 72 64 48 36 32 24 22 16; do + vinstall Othman-${_i}.png 644 usr/share/icons/${_i}x${_i}/apps/ Othman.png + done + vinstall Othman.desktop 644 usr/share/applications/ + vlicense waqf2-ar.pdf +}