summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeSnake042021-09-26 00:51:12 +0200
committerLeSnake042021-09-26 00:51:12 +0200
commit4f389df09516c4d89374f66feba2dbd8a91393d6 (patch)
tree34ba5e38f40c7e2229d8901fea3f8cb179fd88d7
downloadaur-4f389df09516c4d89374f66feba2dbd8a91393d6.tar.gz
Bibox2 2.1
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD21
3 files changed, 38 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b86c26253cf6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = bibox2-bin
+ pkgdesc = Launcher for BlueMaxima's Flashpoint with script to install data files
+ pkgver = 2.1.0
+ pkgrel = 1
+ url = https://github.com/FlashpointProject/launcher
+ arch = x86_64
+ license = custom
+ depends = gnome-keyring
+ source = https://static.bibox2.westermann.de/electron/autoUpdate/BiBox%202.0%202.1.0.deb
+ sha512sums = a19ddc43c5251bed713c420a69ecaba4ee08f725b52121ee500b82e9a81705e18c55d2e80222475ba2f9334462480c637cb5301b8309f5d84c94ad6b5b613160
+
+pkgname = bibox2-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0f4c8aaf19bc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..6853eae8e76f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# flashpoint-launcher-bin
+
+# Maintainer: LeSnake <dev.lesnake@posteo.de>
+
+pkgname=bibox2-bin
+pkgver=2.1.0
+pkgrel=1
+pkgdesc="Launcher for BlueMaxima's Flashpoint with script to install data files"
+arch=('x86_64')
+url="https://github.com/FlashpointProject/launcher"
+license=('custom')
+depends=('gnome-keyring')
+optdepends=()
+conflicts=()
+source=("https://static.bibox2.westermann.de/electron/autoUpdate/BiBox%202.0%202.1.0.deb")
+sha512sums=('a19ddc43c5251bed713c420a69ecaba4ee08f725b52121ee500b82e9a81705e18c55d2e80222475ba2f9334462480c637cb5301b8309f5d84c94ad6b5b613160')
+
+package(){
+ # Extract package data
+ tar xf data.tar.xz -C ${pkgdir}
+}