summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Micieli2019-05-14 14:46:18 +0200
committerWilly Micieli2019-05-14 14:46:18 +0200
commitf83629448680ebb61bc9ec9b6f456206b263df86 (patch)
treef50d06276e05a7975802acb8b279299e8009b7ca
downloadaur-f83629448680ebb61bc9ec9b6f456206b263df86.tar.gz
reserve name
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f3a80511b568
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = eywa
+ pkgdesc = A future programing language
+ pkgver = 0.0.0
+ pkgrel = 1
+ url = https://git.fumseck.eu/cgit/eywa
+ arch = any
+ groups = base-devel
+ depends = ji
+ source = https://git.fumseck.eu/cgit/eywa/snapshot/eywa-0.0.0.tar.gz
+ md5sums = 1ffa0aea3e98d84fc933a5702fc28d2c
+
+pkgname = eywa
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..1212c91dd531
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+pkgname=eywa
+pkgver=0.0.0
+pkgrel=1
+pkgdesc="A future programing language"
+arch=('any')
+licence=('GPL3')
+groups=('base-devel')
+url='https://git.fumseck.eu/cgit/eywa'
+source=("https://git.fumseck.eu/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.gz")
+md5sums=('1ffa0aea3e98d84fc933a5702fc28d2c')
+depends=('ji')
+package()
+{
+ cd "$srcdir/$pkgname-$pkgver"
+ make
+ sudo make install
+}
+