summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWren Baxter2022-04-18 23:13:58 -0400
committerWren Baxter2022-04-18 23:13:58 -0400
commit3923001c0badc2a0712bbd2fa5846de77cb6a7a3 (patch)
tree06b4356acf01e7b440a84929428e3981cb99541d
downloadaur-3923001c0badc2a0712bbd2fa5846de77cb6a7a3.tar.gz
Initial commit: 2019.5.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD18
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..17fc6ab5cd57
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = hyperleda-galaxy-db-astap
+ pkgdesc = Massive database of galaxies and other non-star objects, for use with ASTAP
+ pkgver = 2019.5.3
+ pkgrel = 1
+ url = http://leda.univ-lyon1.fr/
+ arch = any
+ license = LGPL3
+ depends = astap
+ source = hyperleda.deb::https://sourceforge.net/projects/astap-program/files/star_databases/hyperleda.deb/download
+ sha256sums = 98ab5a23a468addce87f3fc534a67f8b53d64388af0e1ed162b22f3765f27758
+
+pkgname = hyperleda-galaxy-db-astap
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e5d338e45ee0
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Wren Baxter <aur [at] wren.dev>
+
+pkgname=hyperleda-galaxy-db-astap
+pkgver=2019.5.3
+pkgrel=1
+pkgdesc="Massive database of galaxies and other non-star objects, for use with ASTAP"
+arch=('any')
+url="http://leda.univ-lyon1.fr/"
+license=('LGPL3')
+source=("hyperleda.deb::https://sourceforge.net/projects/astap-program/files/star_databases/hyperleda.deb/download")
+sha256sums=('98ab5a23a468addce87f3fc534a67f8b53d64388af0e1ed162b22f3765f27758')
+depends=('astap')
+
+# the deb is automatically unpacked in the automatic prepare() step, but the files we want are doubly archived
+package() {
+ tar xpfv data.tar.xz -C "${pkgdir}"
+}
+