From 0d3ae3866a9f99db7e8337a27b23beeaa4c4a7a6 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 21 Aug 2014 22:34:56 +0200 Subject: [PATCH] New package: when-1.1.33 --- srcpkgs/when/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/when/template diff --git a/srcpkgs/when/template b/srcpkgs/when/template new file mode 100644 index 0000000000..aa18ae9525 --- /dev/null +++ b/srcpkgs/when/template @@ -0,0 +1,18 @@ +# Template file for 'when' +pkgname=when +version=1.1.33 +revision=1 +wrksrc=when_dist +noarch=yes +depends="perl" +short_desc="A minimalistic personal calendar program" +maintainer="Christian Neukirchen " +license="GPL-2" +homepage="http://www.lightandmatter.com/when/when.html" +distfiles="http://www.lightandmatter.com/when/when.tar.gz>when-${version}.tar.gz" +checksum=568a49e999363a018186e03c38d116c587b332f7fcf60820f9cfc34779050ab0 + +do_install() { + vbin when + vman when.1 +}