summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 519cf4192c3710fd92feb261fb065cf8951c241f (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: Sidharth Arya <sidhartharya10@gmail.com>
pkgname=pakka
pkgver=0.0.2
pkgrel=1
pkgdesc="A simple bash based AUR helper for Arch Linux"
arch=(x86_64)
url="https://github.com/SidharthArya/pakka"
license=('GPL2')
groups=()
depends=("bash" "curl" "git" "jq")
makedepends=()
optdepends=()
keywords=("AUR" "helper" "pacman" "bash" "wrapper")
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=(https://github.com/SidharthArya/$pkgname/archive/refs/tags/$pkgver.tar.gz)
noextract=()
sha256sums=('39ef5fc5070bcf1abe3ec732131b73c2d2cf8d5c13a9e5e9fffec3a4912c06df')


package() {
    cd "$pkgname-$pkgver"
    make DESTDIR="$pkgdir/" install
}