summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhuki2020-06-07 21:38:28 +0530
committerhuki2020-06-07 21:52:41 +0530
commit7d39b0157811e0ccfb63f1295e7fe01bb0605999 (patch)
tree894ed0d6fc5ab3915deb217d3877bcda84fcf18f
downloadaur-7d39b0157811e0ccfb63f1295e7fe01bb0605999.tar.gz
initial commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..af23bb36cf42
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = rvgl-basic
+ pkgdesc = RVGL for GNU/Linux. Does not include the soundtrack.
+ pkgver = 1
+ pkgrel = 1
+ url = https://rvgl.re-volt.io
+ arch = x86_64
+ license = custom
+ depends = rvgl-bin
+ depends = rvgl-dcpack
+ provides = rvgl
+ conflicts = rvgl
+
+pkgname = rvgl-basic
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4bb4579a1d36
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,12 @@
+# Maintainer: Huki <gk7huki@gmail.com>
+
+pkgname=rvgl-basic
+pkgver=1
+pkgrel=1
+pkgdesc="RVGL for GNU/Linux. Does not include the soundtrack."
+url='https://rvgl.re-volt.io'
+arch=('x86_64')
+license=('custom')
+depends=('rvgl-bin' 'rvgl-dcpack')
+provides=('rvgl')
+conflicts=('rvgl')