18 lines
497 B
Bash
18 lines
497 B
Bash
# Template file for 'ansi'
|
|
pkgname=ansi
|
|
version=2.0.4
|
|
revision=2
|
|
depends="bash"
|
|
short_desc="ANSI escape codes in pure Bash"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
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=1d3dcab3d6b61313ea1b940da7c3e9da5dbc453ac19f906fe57395ccca9b5ab9
|
|
|
|
do_install() {
|
|
vbin ansi
|
|
|
|
vlicense LICENSE.md
|
|
}
|