summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorINhBQfUQO2eFzulN2022-02-26 13:00:49 +0300
committerINhBQfUQO2eFzulN2022-02-26 13:00:49 +0300
commit5677679de4581c815c56cac7d97e7b81bc979421 (patch)
treeb16929dce4da44d00b2146ec20b8b75f4782bfc2
downloadaur-5677679de4581c815c56cac7d97e7b81bc979421.tar.gz
First commit.
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD18
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..95e291cc446d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = oscar-bin
+ pkgdesc = Open Source CPAP Analysis Reporter
+ pkgver = 1.3.1
+ pkgrel = 1
+ url = https://www.sleepfiles.com/OSCAR/
+ arch = x86_64
+ license = GPL
+ provides = oscar
+ conflicts = oscar-git
+ source = https://www.apneaboard.com/OSCAR/oscar_1.3.1-Debian11_amd64.deb
+ sha256sums = 59596c4beba2c4378217759ce68994d26a241eb50033f93e76bf75e369cfff5e
+
+pkgname = oscar-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8e0cdac8232a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: INhBQfUQO2eFzulN <281587887a at protonmail dot ch>
+_pkgname=oscar
+pkgname=$_pkgname-bin
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="Open Source CPAP Analysis Reporter"
+arch=(x86_64)
+url="https://www.sleepfiles.com/OSCAR/"
+license=('GPL')
+conflicts=("oscar-git")
+provides=("$_pkgname")
+source=("https://www.apneaboard.com/OSCAR/${_pkgname}_$pkgver-Debian11_amd64.deb")
+sha256sums=("59596c4beba2c4378217759ce68994d26a241eb50033f93e76bf75e369cfff5e")
+
+package() {
+ echo $srcdir
+ tar -xf data.tar.gz -C $pkgdir
+}