summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 577181216aca3206921918f0a7159d76ecc1e3db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Author: Patrick Brisbin <pbrisbin@gmail.com>
pkgname=aurget
pkgver=4.7.0
pkgrel=1
pkgdesc="A simple, Pacman-like AUR helper"
arch=('any')
url="https://github.com/pbrisbin/$pkgname"
license=('GPL')
source=("https://github.com/pbrisbin/$pkgname/archive/v$pkgver.tar.gz")
optdepends=('customizepkg: for auto-customizing packages')

package() {
  cd "$pkgname-$pkgver"

  make PREFIX=/usr DESTDIR="$pkgdir" install
}
md5sums=('817d9f8f68149db3e8ab17cf95ea96c3')