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