18 lines
542 B
Bash
18 lines
542 B
Bash
|
# Template file for 'gummi'
|
||
|
pkgname=gummi
|
||
|
version=0.6.5
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="intltool pkg-config"
|
||
|
makedepends="gtksourceview2-devel glib-devel poppler-glib-devel gtkspell-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=291b7713c9dabad365b26faa193da88ced19abda1042a751cbb26e62ba93ddf5
|
||
|
|
||
|
post_install() {
|
||
|
vlicense COPYING
|
||
|
}
|