summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f8e1fbb535f4d4148ed04d01287e10c2759bc8a0 (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
30
31
32
33
34
35
36
37
# Maintainer: Rsplwe <i@rsplwe.com>
pkgname=prpr
pkgver=kira_1
pkgrel=1
epoch=
pkgdesc="pe~ ro~ pe~ ro~"
arch=('any')
url="https://github.com/Rsplwe/prpr"
license=('WTFPL')
groups=()
depends=()
makedepends=('git')
checkdepends=()
optdepends=()
provides=("${pkgname}")
conflicts=("${pkgname}")
replaces=()
backup=()
options=()
install=
changelog=
source=("${pkgname}::git+https://github.com/Rsplwe/prpr.git")
noextract=()
md5sums=('SKIP')
validpgpkeys=()

build() {
	cd "${pkgname}"
	rm -rf "${pkgname}"
	gcc -O3 main.c -o "${pkgname}"
}

package() {
	cd "${pkgname}"
	install -D -m 755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
	install -D -m 644 'LICENCE' "${pkgdir}/usr/share/licenses/${pkgname}/LICENCE"
}