summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Henderson2020-01-04 13:42:10 +0000
committerJames Henderson2020-01-04 13:49:51 +0000
commit6f05eeb0084f535317837ece4de9866c247b1e1d (patch)
treea5415c156f7a0e1f21514bc1309a00d6402d7d16
downloadaur-6f05eeb0084f535317837ece4de9866c247b1e1d.tar.gz
initial no-op release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 20 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..12a3c77d39f0
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,10 @@
+pkgbase = bridje-bin
+ pkgdesc = Bridje is a statically typed LISP targeting GraalVM, drawing inspiration from both Clojure and Haskell.
+ pkgver = 0.0.0
+ pkgrel = 1
+ url = https://github.com/bridje/bridje
+ arch = x86_64
+ license = EPL
+
+pkgname = bridje-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e9b6a41e45bf
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,10 @@
+# Maintainer: James Henderson <james@jarohen.me.uk>
+pkgname=bridje-bin
+pkgver=0.0.0
+pkgrel=1
+pkgdesc="Bridje is a statically typed LISP targeting GraalVM, drawing inspiration from both Clojure and Haskell."
+arch=('x86_64')
+url="https://github.com/bridje/bridje"
+license=('EPL')
+depends=()
+install=