19 lines
511 B
Bash
19 lines
511 B
Bash
# Template file for 'ansi'
|
|
pkgname=ansi
|
|
version=2.0.1
|
|
revision=1
|
|
noarch=yes
|
|
depends="bash"
|
|
short_desc="ANSI escape codes in pure Bash"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/fidian/ansi"
|
|
changelog="https://raw.githubusercontent.com/fidian/ansi/master/CHANGELOG.md"
|
|
distfiles="https://github.com/fidian/ansi/archive/${version}.tar.gz"
|
|
checksum=5ccbcec649038f7fd5061fe78a1db178995c99a0c741e657eae33beba010d214
|
|
|
|
do_install() {
|
|
vbin ansi
|
|
|
|
vlicense LICENSE.md
|
|
}
|