New package: ansi-1.0.0.

This commit is contained in:
maxice8 2017-11-01 11:04:56 -02:00 committed by Toyam Cox
parent c6dac9ad9b
commit a112b67af2

18
srcpkgs/ansi/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'ansi'
pkgname=ansi
version=1.0.0
revision=1
depends="bash"
short_desc="ANSI escape codes in pure Bash"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/fidian/ansi"
distfiles="https://github.com/fidian/ansi/archive/${version}.tar.gz"
checksum=753c982458b43381eb918b3eeb55689874797b3aaba48cf66b347a67f665d210
noarch=yes
do_install() {
vbin ansi
vlicense LICENSE.md
}