summarylogtreecommitdiffstats
path: root/PKGBUILD.old
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD.old')
-rw-r--r--PKGBUILD.old12
1 files changed, 12 insertions, 0 deletions
diff --git a/PKGBUILD.old b/PKGBUILD.old
new file mode 100644
index 000000000000..ff8088a18b64
--- /dev/null
+++ b/PKGBUILD.old
@@ -0,0 +1,12 @@
+# Maintainer: Harley Wiltzer <harleyw@hotmail.com>
+pkgname=('savant-test')
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="CLI calculator that allows variable storage and has graphing functionality with SDL2"
+arch=('any')
+license=('BSD')
+depends=('sdl2')
+source=("https://github.com/DestructiveReasoning/savant")
+
+
+md5sums=('0770b5fe7831a9a8f51a19669dac6bfb')