bookworm: create symlink to executable
This commit is contained in:
parent
c659bde851
commit
842c8c9cbc
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue