void-packages/srcpkgs/gsimplecal-gtk3/template
2022-08-09 21:10:54 +02:00

25 lines
716 B
Bash

# Template file for 'gsimplecal-gtk3'
pkgname=gsimplecal-gtk3
version=2.4.1
revision=1
wrksrc="${pkgname%-*}-${version}"
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
replaces="gsimplecal-gtk2>=0"
pre_configure() {
./autogen.sh
}
post_install() {
vlicense COPYING
}