# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=sets pkgver=1.1 pkgrel=1 pkgdesc="The practical way to do set operations on sets of lines in the shell" arch=('any') url="https://github.com/maandree/$pkgname" license=('GPL3') depends=('python>=3') provides=($pkgname) conflicts=($pkgname) source=($url/tarball/$pkgver) md5sums=(aa7dd6483f4b781204ea1d346c71d1a5) build() { cd maandree-${pkgname}-* make DESTDIR="$pkgdir/" } package() { cd maandree-${pkgname}-* make DESTDIR="$pkgdir/" install }