mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: ansi-1.0.0.
This commit is contained in:
parent
c6dac9ad9b
commit
a112b67af2
1 changed files with 18 additions and 0 deletions
18
srcpkgs/ansi/template
Normal file
18
srcpkgs/ansi/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue