summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 06b0a2b3c74fc67817f63a137b52a2d00c54e199 (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.6.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=('265408d7f39fb502bae24d67fabf68a2')