#!/bin/mkpkg # description: Implementation of the XDG Base Directory specifications # url: https://github.com/devnev/libxdg-basedir name=libxdg-basedir version=1.2.3 release=1 depends=() makedepends=(autoconf automake libtool) source=(https://github.com/devnev/$name/archive/$name-$version.tar.gz) renames=($name-$version.tar.gz) sha256sums=( "ff30c60161f7043df4dcc6e7cdea8e064e382aa06c73dcc3d1885c7d2c77451d" ) build() { cd $name-$name-$version autoreconf -fi ./configure --prefix=/usr make make DESTDIR=$PKG install } signify() { untrusted comment: public key RWTZ9IduCSQ/mL8337TEUinPwT92xFEUpD92hkS7IxcOnzTt9QdpohT3 } # vim: filetype=sh