summaryrefslogtreecommitdiff
path: root/chafa/Pkgfile
blob: ca0bf376ff3f0f24e2ddd4f0e8a63d5096392130 (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.2
    8 release=1
    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   make
   16   make DESTDIR=$PKG install
   17 }

Generated by cgit