# Maintainer: Navid Samanghoon # Maintainer: Andreas Kapp Lindquist # Maintainer: Mikkel Thestrup pkgname=sorter pkgver=1.0.0 pkgrel=1 pkgdesc="A simple x86-64 bit sorter program for sorting a list of coordinates." epoch=1 arch=('x86_64') url="" license=('MIT') depends=() provides=('sorter') makedepends=('make' 'binutils') source=() sha256sums=() build() { cd .. make } package() { cd .. install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md" }