From 2e0251144d424c27f8a624e61bee9f910058f602 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Tue, 29 Sep 2015 09:26:26 -0300 Subject: [PATCH] New package: sl-5.02 --- srcpkgs/sl/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/sl/template diff --git a/srcpkgs/sl/template b/srcpkgs/sl/template new file mode 100644 index 00000000000..5ea7151842f --- /dev/null +++ b/srcpkgs/sl/template @@ -0,0 +1,18 @@ +# Template file for 'sl' +pkgname=sl +version=5.02 +revision=1 +build_style=gnu-makefile +makedepends="ncurses-devel" +short_desc="Correct you if you type (sl) by mistake" +maintainer="Diogo Leal " +license="custom" +homepage="https://github.com/mtoyoda/sl" +distfiles="https://github.com/mtoyoda/sl/archive/${version}.tar.gz" +checksum=1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a + +do_install(){ + vbin sl + vman sl.1 + vlicense LICENSE +}