summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 89397df2e58918dbd7d44f58623d93bfacc14426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: glowiak <glowiak1111@yandex.com>
pkgname=pamod-git
pkgver=master
pkgrel=1
pkgdesc="Simple bash-based pacman wrapper that lets you install AUR packages and do some other things"
arch=(any)
url="http://codeberg.org/glowiak/pamod"
license=('GPL2')
groups=()
depends=("bash" "curl" "git" "package-query")
makedepends=()
optdepends=()
keywords=("AUR" "helper" "pacman" "bash" "wrapper")
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=(http://codeberg.org/glowiak/pamod/archive/${pkgver}.tar.gz)
noextract=()
sha256sums=('SKIP')


package() {
    cd pamod
    make DESTDIR="$pkgdir/" install
}