summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: df37e0352b36922f3e06f413b6adc2aa38ef8406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Piotr Kubaty
pkgname=graph-editor-bin
pkgver=0.1
pkgrel=1
pkgdesc="apk of graph-editor-for-android application, built from https://github.com/Student-Team-Projects/Graph-Editor-Android, https://github.com/Student-Team-Projects/Graph-Editor-Core"
arch=(x86_64)
url="https://github.com/Student-Team-Projects/Graph-Editor-Android-bin"
license=('GPL')
makedepends=('git')
source=("git+$url#branch=main")
md5sums=('SKIP')

package() {
	mkdir -p "${pkgdir}/usr/opt"
	cp "${srcdir}/graph-editor-for-android.apk" "${pkgdir}/usr/opt/graph-editor-for-android.apk"
}