summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Kubaty2023-02-22 03:52:52 +0100
committerPiotr Kubaty2023-02-22 03:52:52 +0100
commit2917a3f1a610deef916263f288a33e590e6f1d61 (patch)
tree504f3e0e1e0cbcbb6c8aaa43964d5e237af1f64e
parentfaa4a41f6add82e230658701442ee61275b72739 (diff)
downloadaur-2917a3f1a610deef916263f288a33e590e6f1d61.tar.gz
publish 2
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 542c28abfb60..df37e0352b36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,12 +10,7 @@ makedepends=('git')
source=("git+$url#branch=main")
md5sums=('SKIP')
-build() {
- cd "Graph-Editor-Android-bin"
-}
-
package() {
- cd "Graph-Editor-Android-bin"
- adb install -t graph-editor-for-android.apk
- adb shell am start -n "com.example.graph_editor/com.example.graph_editor.menu.MenuActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
+ mkdir -p "${pkgdir}/usr/opt"
+ cp "${srcdir}/graph-editor-for-android.apk" "${pkgdir}/usr/opt/graph-editor-for-android.apk"
}