summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOguz Kagan EREN2019-10-27 13:41:25 +0300
committerOguz Kagan EREN2019-10-27 13:41:25 +0300
commit55e4d7f85335ceda27aa44d3d797c619fd6f6e9d (patch)
treecce309cddf96c7ca548c747c6088ea51568d5d88
downloadaur-55e4d7f85335ceda27aa44d3d797c619fd6f6e9d.tar.gz
add files
-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..bb16a2b15eff
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = helio-workstation-bin
+ pkgdesc = Helio is free and cross-platform lightweight music creation playground.
+ pkgver = 2.3
+ pkgrel = 1
+ url = https://helio.fm/
+ arch = x86_64
+ groups =
+ license = GPL3
+ options = !strip
+ options = !emptydirs
+ source_x86_64 = https://ci.helio.fm/helio-2.3-x64.deb
+ sha512sums_x86_64 = 471b12fcb1a4187f3d81f9790e4ecd87cf2569358db3d72783e1ddee629d7633d99e6e61479108ecd1e51d49e17d051f24c502de2568c30137d5bce540c265a2
+
+pkgname = helio-workstation-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..2ffaa9683891
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+pkgname=helio-workstation-bin
+pkgver=2.3
+pkgrel=1
+pkgdesc="Helio is free and cross-platform lightweight music creation playground."
+arch=('x86_64')
+url="https://helio.fm/"
+license=('GPL3')
+groups=('')
+options=('!strip' '!emptydirs')
+source_x86_64=("https://ci.helio.fm/helio-2.3-x64.deb")
+sha512sums_x86_64=('471b12fcb1a4187f3d81f9790e4ecd87cf2569358db3d72783e1ddee629d7633d99e6e61479108ecd1e51d49e17d051f24c502de2568c30137d5bce540c265a2')
+
+package(){
+
+ # Extract package data
+ tar xf data.tar.xz -C "${pkgdir}"
+
+}