19 lines
511 B
Bash
19 lines
511 B
Bash
# Template file for 'ansi'
|
|
pkgname=ansi
|
|
version=2.0.0
|
|
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=c613d6d305ead31144accb0af687a87412d972ef0cf10a4ed42121b0cbe42b39
|
|
|
|
do_install() {
|
|
vbin ansi
|
|
|
|
vlicense LICENSE.md
|
|
}
|