# Maintainer: Jesus E. pkgname=gsimplecal pkgver=2.5.1 pkgrel=1 pkgdesc="Simple and lightweight GTK calendar" arch=('i686' 'x86_64') url='https://dmedvinsky.github.io/gsimplecal/' license=('Modified-BSD') depends=('gtk') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dmedvinsky/${pkgname}/archive/v${pkgver}.tar.gz") sha512sums=('0234dcecdc43e870bff68891fd620ea43750515ab687d845e692bf28598697b7274c46dca01af5d4cf1ab64c73d7a65612b5104dc000428d09186ce0740b974b') build() { cd ${pkgname}-${pkgver} ./autogen.sh ./configure \ --prefix=/usr/ make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install install -Dm644 COPYING -t ${pkgdir}/usr/share/licenses/${pkgname}/ }