New package: bashlibs-0.1.0

This commit is contained in:
Nathan Owens 2019-01-22 12:18:38 -06:00 committed by maxice8
parent 75b1e79888
commit 0eaa80a9ae
1 changed files with 17 additions and 0 deletions

17
srcpkgs/bashlibs/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'bashlibs'
pkgname=bashlibs
version=0.1.0
revision=1
noarch=yes
build_style=gnu-makefile
depends="bash"
short_desc="Global utility for shell scripts"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="MIT"
homepage="https://github.com/bbugyi200/bashlibs"
distfiles="https://github.com/bbugyi200/bashlibs/archive/v${version}.tar.gz"
checksum=5a35f56c48f1c0345a74c08f121f760f77e3e938e5c9822a427115b2944bcf06
post_install() {
vlicense LICENSE
}