summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 938e91494cd1ea0687123277a55b5a6810ff60d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Arsen Musayelyan <moussaelianarsen@gmail.com>
pkgname=pak-git
pkgver=r3.f0ec020
pkgrel=1
pkgdesc="Changes pacman syntax to be more like APT"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=('GPLv3')
depends=('pak-config')
replaces=('pak')
makedepends=('go')
source=('git+https://gitlab.com/moussaelianarsen/pak.git')
md5sums=('SKIP')

build() {
	cd pak
	make
}


package() {
	cd pak
	make DESTDIR="$pkgdir/" installbinonly
}