summaryrefslogtreecommitdiff
path: root/chafa/Pkgfile
blob: 377f670250fdf3956473de1541ce73c76349c792 (plain)
    1 # Description: Terminal graphics for the 21st century
    2 # URL: https://github.com/hpjansson/chafa
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: imagemagick libraqm libxml2 libzip
    5 
    6 name=chafa
    7 version=1.12.4
    8 release=2
    9 source=(https://github.com/hpjansson/chafa/releases/download/$version/chafa-$version.tar.xz)
   10 
   11 build() {
   12   cd $name-$version
   13   ./autogen.sh
   14   ./configure --prefix=/usr \
   15     --enable-gtk-doc-html=no
   16   make
   17   make DESTDIR=$PKG install
   18 
   19   rm -rf $PKG/usr/share/gtk-doc
   20 }

Generated by cgit