19 lines
513 B
Bash
19 lines
513 B
Bash
# Template file for 'ansi'
|
|
pkgname=ansi
|
|
version=2.0.2
|
|
revision=1
|
|
archs=noarch
|
|
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=e2be7880389f1156fad603bd900f39293044cdcc1bb93e880efba24cf59b009b
|
|
|
|
do_install() {
|
|
vbin ansi
|
|
|
|
vlicense LICENSE.md
|
|
}
|