20 lines
659 B
Bash
20 lines
659 B
Bash
# Template file for 'foliate'
|
|
pkgname=foliate
|
|
version=2.4.2
|
|
revision=1
|
|
archs=noarch
|
|
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=7c713c7a0793d931c1762f9825a7c27ccf94e39f982a77d7344643e2d25e35ee
|
|
python_version=3
|
|
|
|
post_install() {
|
|
ln -s com.github.johnfactotum.Foliate ${DESTDIR}/usr/bin/foliate
|
|
}
|