void-packages/srcpkgs/foliate/template
2021-04-04 19:47:10 -03:00

20 lines
646 B
Bash

# Template file for 'foliate'
pkgname=foliate
version=2.6.3
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=de685facecb1d014c6041dbad75a5609948a0b18b97c74e31e3a1722bccafbe4
python_version=3
post_install() {
ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate
}