void-packages/srcpkgs/gsimplecal-gtk3/template

29 lines
796 B
Bash

# Template file for 'gsimplecal-gtk3'
pkgname=gsimplecal-gtk3
version=2.4.1
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="gtk+3-devel"
short_desc="Simple and lightweight GTK calendar"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="BSD-3-Clause"
homepage="http://dmedvinsky.github.io/gsimplecal/"
changelog="https://github.com/dmedvinsky/gsimplecal/raw/master/ChangeLog"
distfiles="https://github.com/dmedvinsky/${pkgname%-*}/archive/v${version}.tar.gz"
checksum=fd47df49ec26115bd6022d0e6a24648873c619e0406375d807fb18428d07d000
pre_configure() {
./autogen.sh
}
post_install() {
vlicense COPYING
}
gsimplecal-gtk2_package() {
build_style=meta
depends="gsimplecal-gtk3>=${version}_${revision}"
short_desc+=" (transitional dummy package)"
}