summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fb46823e0a01dd8f960f8ab1b9d63b6009f214f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $Id: PKGBUILD 249446 2015-10-16 23:56:13Z seblu $
# Maintainer: Sébastien Luttringer

pkgname=agetpkg
pkgver=4
pkgrel=1
pkgdesc='Arch Linux Archive Get Package'
arch=('any')
url='https://git.seblu.net/archlinux/agetpkg'
license=('GPL2')
makedepends=('git')
depends=('python' 'python-xdg')
source=("git+https://git.seblu.net/archlinux/agetpkg#tag=v$pkgver")
md5sums=('SKIP')

package() {
  cd agetpkg
  install -Dm755 agetpkg "$pkgdir/usr/bin/agetpkg"
}

# vim:set ts=2 sw=2 et: