summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-08-23 01:31:08 +0300
committerDimitris Kiziridis2020-08-23 01:31:08 +0300
commit933db8f8b65b785e18506261f6ae72cac37228b8 (patch)
treebd57184703b6593d8dfc717a571d7494e95aa160
downloadaur-933db8f8b65b785e18506261f6ae72cac37228b8.tar.gz
Initial commit
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..694f99ebc12a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = rebaslight
+ pkgdesc = An easy to use special effects editor
+ pkgver = 3.6.1
+ pkgrel = 1
+ url = https://www.rebaslight.com
+ arch = x86_64
+ license = AGPL3
+ depends = libxss
+ depends = gtk3
+ depends = nss
+ source = rebaslight-3.6.1.deb::https://github.com/rebaslight/rebaslight/releases/download/v3.6.1/rebaslight_3.6.1_amd64.deb
+ sha256sums = 52de9578e1922f912cdb86f13c9a2ecc4e1f1f42181b008543796509cc9c4548
+
+pkgname = rebaslight
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..793248dd80cd
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+
+pkgname=rebaslight
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="An easy to use special effects editor"
+arch=('x86_64')
+url='https://www.rebaslight.com'
+license=('AGPL3')
+depends=('libxss'
+ 'gtk3'
+ 'nss')
+source=("${pkgname}-${pkgver}.deb::https://github.com/rebaslight/rebaslight/releases/download/v${pkgver}/rebaslight_${pkgver}_amd64.deb")
+sha256sums=('52de9578e1922f912cdb86f13c9a2ecc4e1f1f42181b008543796509cc9c4548')
+
+package() {
+ tar xvf data.tar.xz -C "${pkgdir}/"
+} \ No newline at end of file