summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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..1f3e90f26259
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = w08-star-db-astap
+ pkgdesc = Wide-field database of 14000 stars up to BP-magnitude 8, for use with ASTAP
+ pkgver = 2021.10.24
+ pkgrel = 1
+ url = https://www.hnsky.org/astap.htm
+ arch = any
+ license = LGPL3
+ depends = astap
+ source = w08.deb::https://sourceforge.net/projects/astap-program/files/star_databases/w08_star_database_mag08_astap.deb/download
+ sha256sums = 523131fbf448c547d42051df5d23aea7e92b0ca75484043abb35cd128da7beed
+
+pkgname = w08-star-db-astap
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ba9241a7b12f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Wren Baxter <aur [at] wren.dev>
+
+pkgname=w08-star-db-astap
+pkgver=2021.10.24
+pkgrel=1
+pkgdesc="Wide-field database of 14000 stars up to BP-magnitude 8, for use with ASTAP"
+arch=('any')
+url="https://www.hnsky.org/astap.htm"
+license=('LGPL3')
+source=("w08.deb::https://sourceforge.net/projects/astap-program/files/star_databases/w08_star_database_mag08_astap.deb/download")
+sha256sums=('523131fbf448c547d42051df5d23aea7e92b0ca75484043abb35cd128da7beed')
+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}"
+}
+