summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWren Baxter2022-04-18 23:18:08 -0400
committerWren Baxter2022-04-18 23:20:40 -0400
commitb37bc9d223bdceb37b4b6e6a9f5cc62e90ac4e4d (patch)
tree7799f362a849393f614acd5bba419b0c9f42a7fc
downloadaur-b37bc9d223bdceb37b4b6e6a9f5cc62e90ac4e4d.tar.gz
Initial commit: 2020.12.20
-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..676ec2d9e2d7
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = v17-photometry-color-db-astap
+ pkgdesc = Color database of 105 million stars up to Johnson V-magnitude 17, for use with ASTAP
+ pkgver = 2020.12.20
+ pkgrel = 1
+ url = https://www.hnsky.org/astap.htm
+ arch = any
+ license = LGPL3
+ depends = astap
+ source = v17.deb::https://sourceforge.net/projects/astap-program/files/star_databases/v17_star_database_mag17_colour_astap.deb/download
+ sha256sums = b2f2e70c4a5578c13ac1e06589d614598759661608753d8f228096ce63bfaee1
+
+pkgname = v17-photometry-color-db-astap
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a74198c4bbf6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Wren Baxter <aur [at] wren.dev>
+
+pkgname=v17-photometry-color-db-astap
+pkgver=2020.12.20
+pkgrel=1
+pkgdesc="Color database of 105 million stars up to Johnson V-magnitude 17, for use with ASTAP"
+arch=('any')
+url="https://www.hnsky.org/astap.htm"
+license=('LGPL3')
+source=("v17.deb::https://sourceforge.net/projects/astap-program/files/star_databases/v17_star_database_mag17_colour_astap.deb/download")
+sha256sums=('b2f2e70c4a5578c13ac1e06589d614598759661608753d8f228096ce63bfaee1')
+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}"
+}
+