tootle-0.1.3-r3

I think I got it right this time :-)
This commit is contained in:
tastytea 2018-06-05 16:21:28 +02:00
parent 278f6a68d0
commit a69ff5a51e
Signed by untrusted user: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,12 @@ DEPEND="${RDEPEND}
src_prepare() {
export VALAC="$(type -p valac-$(vala_best_api_version))"
default_src_prepare
meson_src_prepare
}
src_install() {
meson_src_install
dosym ${EPREFIX}/usr/bin/{com.github.bleakgrey.,}tootle
}
pkg_postinst() {