vp-build/srcpkgs/git-cal/template

19 lines
492 B
Bash

# Template file for 'git-cal'
pkgname=git-cal
version=0.9.1
revision=4
build_style=perl-module
hostmakedepends="perl"
makedepends="$hostmakedepends"
depends="perl"
short_desc="GitHub like contributions calendar on terminal"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/k4rthik/git-cal"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=783fa73197b349a51d90670480a750b063c97e5779a5231fe046315af0a946cd
post_install() {
vlicense LICENSE
}