contrib/chafa/Pkgfile

21 lines
501 B
Plaintext
Raw Normal View History

2021-09-20 00:36:31 +02:00
# Description: Terminal graphics for the 21st century
# URL: https://github.com/hpjansson/chafa
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: imagemagick libraqm libxml2 libzip
name=chafa
2024-01-08 21:23:00 +01:00
version=1.14.0
2023-05-22 19:18:38 +02:00
release=1
2021-09-20 00:36:31 +02:00
source=(https://github.com/hpjansson/chafa/releases/download/$version/chafa-$version.tar.xz)
build() {
cd $name-$version
./autogen.sh
2022-11-13 11:39:37 +01:00
./configure --prefix=/usr \
--enable-gtk-doc-html=no
2021-09-20 00:36:31 +02:00
make
make DESTDIR=$PKG install
2022-11-13 11:39:37 +01:00
rm -rf $PKG/usr/share/gtk-doc
2021-09-20 00:36:31 +02:00
}