From 125e7e0a621b9c5ba66c06202ae96d4864c92bbf Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Mon, 2 Nov 2015 09:00:56 -0200 Subject: [PATCH] New package: yabasic-2.769 --- srcpkgs/yabasic/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/yabasic/template diff --git a/srcpkgs/yabasic/template b/srcpkgs/yabasic/template new file mode 100644 index 0000000000..a4917fd05b --- /dev/null +++ b/srcpkgs/yabasic/template @@ -0,0 +1,17 @@ +# Template file for 'yabasic' +pkgname=yabasic +version=2.769 +revision=1 +build_style=gnu-configure +makedepends="libXt-devel libSM-devel ncurses-devel" +short_desc="Yet another Basic" +maintainer="Diogo Leal " +license="GPL-3" +homepage="http://2484.de/yabasic/" +distfiles="http://2484.de/yabasic/download/yabasic-${version}.tar.gz" +checksum=558fc1a04675b8d8428c0d105ee08abb28d32f0ebf3380461fc3b603e16ba598 + +do_install(){ + vbin yabasic + vman yabasic.1 +}