summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabhishek96502018-01-25 14:45:56 +0530
committerabhishek96502018-01-25 14:45:56 +0530
commit9bba14f0513133870c45043204fcec3860d36fbd (patch)
treea997d15e61227c88e45fa49a3939c9e441f6b347
downloadaur-9bba14f0513133870c45043204fcec3860d36fbd.tar.gz
initial commit
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD10
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a3df74d2afeb
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+pkgbase = halium-devel
+ pkgdesc = Metapackage to pull all dependencies required to build Halium
+ pkgver = 0.1
+ pkgrel = 1
+ url = https://wiki.archlinux.org/index.php/Android#Building_Android
+ arch = x86_64
+ license = None
+ depends = ffmpeg
+ depends = ninja
+ depends = lzop
+ depends = pngcrush
+ depends = pngcrush
+ depends = aosp-devel
+ depends = imagemagick
+ depends = simg-tools
+ depends = android-sdk-platform-tools
+ depends = bootimg-tools-git
+ depends = abootimg-git
+ depends = qemu
+ depends = qemu-user-static
+
+pkgname = halium-devel
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..aa150651d977
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,10 @@
+# Maintainer: Abhishek Mudgal (abhishek9650)
+pkgname=halium-devel
+pkgver=0.1
+pkgrel=1
+pkgdesc='Metapackage to pull all dependencies required to build Halium'
+arch=('x86_64')
+url='https://wiki.archlinux.org/index.php/Android#Building_Android'
+license=('None')
+depends=('ffmpeg' 'ninja' 'lzop' 'pngcrush' 'pngcrush' 'aosp-devel' 'imagemagick' 'simg-tools' 'android-sdk-platform-tools' 'bootimg-tools-git' 'abootimg-git' 'qemu' 'qemu-user-static')
+