bookworm: create symlink to executable

This commit is contained in:
travankor 2020-05-26 00:38:09 -07:00 committed by Danh Doan
parent c659bde851
commit 842c8c9cbc

View file

@ -1,7 +1,7 @@
# Template file for 'bookworm'
pkgname=bookworm
version=1.1.2
revision=3
revision=4
build_style=meson
hostmakedepends="pkg-config glib-devel vala"
makedepends="gtk+3-devel libgee08-devel granite-devel
@ -15,3 +15,7 @@ homepage="https://babluboy.github.io/bookworm"
distfiles="https://github.com/babluboy/${pkgname}/archive/${version}.tar.gz"
checksum=6d27e55697debfa08f7cc15805413b74c94c55111cdf2d333b306228eccad824
python_version=2 # Should be set to python3 when updated to version > 1.1.2
post_install() {
ln -s com.github.babluboy.bookworm ${DESTDIR}/usr/bin/bookworm
}