19 lines
433 B
Bash
19 lines
433 B
Bash
|
# 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
|
||
|
}
|