void-packages/srcpkgs/ansi/template

20 lines
511 B
Bash
Raw Normal View History

2017-11-01 14:04:56 +01:00
# Template file for 'ansi'
pkgname=ansi
2018-06-22 18:27:43 +02:00
version=1.1.0
2017-11-01 14:04:56 +01:00
revision=1
2018-06-22 18:27:43 +02:00
noarch=yes
2017-11-01 14:04:56 +01:00
depends="bash"
short_desc="ANSI escape codes in pure Bash"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT"
homepage="https://github.com/fidian/ansi"
2018-06-22 18:27:43 +02:00
changelog="https://raw.githubusercontent.com/fidian/ansi/master/CHANGELOG.md"
2017-11-01 14:04:56 +01:00
distfiles="https://github.com/fidian/ansi/archive/${version}.tar.gz"
2018-06-22 18:27:43 +02:00
checksum=0930acff725a505e430c68784e12731e8329998d60efcd759a7ff52e6baac959
2017-11-01 14:04:56 +01:00
do_install() {
vbin ansi
vlicense LICENSE.md
}