21 lines
638 B
Bash
21 lines
638 B
Bash
# Template file for 'gummi'
|
|
pkgname=gummi
|
|
version=0.6.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake intltool pkg-config glib-devel gtk+-devel gettext-devel"
|
|
makedepends="gtksourceview2-devel glib-devel poppler-glib-devel gtkspell-devel gettext-devel"
|
|
short_desc="Simple LaTeX editor"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/alexandervdm/gummi/"
|
|
distfiles="https://github.com/alexandervdm/gummi/archive/${version}.tar.gz"
|
|
checksum=4119341d6556d82f4b8ce08ad67b6f92c1d9ad1fbad789b7faa7b2d38b7299da
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|