New package: sl-5.02

This commit is contained in:
Diogo Leal 2015-09-29 09:26:26 -03:00
parent 15a4020faf
commit 2e0251144d
1 changed files with 18 additions and 0 deletions

18
srcpkgs/sl/template Normal file
View File

@ -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 <diogo@diogoleal.com>"
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
}