New package: git-cal-0.9.1
This commit is contained in:
parent
8651a5f000
commit
93e676985c
1 changed files with 19 additions and 0 deletions
19
srcpkgs/git-cal/template
Normal file
19
srcpkgs/git-cal/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'git-cal'
|
||||
pkgname=git-cal
|
||||
version=0.9.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="${hostmakedepends}"
|
||||
depends="perl"
|
||||
short_desc="GitHub like contributions calendar on terminal"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/k4rthik/${pkgname}"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=783fa73197b349a51d90670480a750b063c97e5779a5231fe046315af0a946cd
|
||||
|
||||
post_intall() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in a new issue