void-packages/srcpkgs/foliate/template
2021-03-28 01:36:19 -03:00

19 lines
646 B
Bash

# Template file for 'foliate'
pkgname=foliate
version=2.6.2
revision=1
build_style=meson
hostmakedepends="pkg-config gettext gjs glib-devel"
depends="webkit2gtk gjs"
checkdepends="desktop-file-utils appstream-glib"
short_desc="Simple and modern GTK eBook reader"
maintainer="lorem <notloremipsum@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://johnfactotum.github.io/foliate/"
distfiles="https://github.com/johnfactotum/foliate/archive/${version}.tar.gz"
checksum=974cac48d8ade2c623dfa5f45cfeafb99e646d7bf2df11a3928237c2829c1ac4
python_version=3
post_install() {
ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate
}