summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMr.Smith19742023-06-15 09:19:00 +0300
committerMr.Smith19742023-06-15 09:19:00 +0300
commit6cce8ca6132fa52f04d0f4b9bd525a894d7634fc (patch)
tree6ad847304a88840c50d6a2eb3ac9168c0fdb05cc
downloadaur-g05-star-db-astap.tar.gz
Initial commit
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD23
2 files changed, 40 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..0547a23fbdf1
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,17 @@
+pkgbase = g05-star-db-astap
+ pkgdesc = G05 star database for 20>FOV>0.6 degrees. Size 100 MB
+ pkgver = 2023.03.22
+ pkgrel = 1
+ url = https://www.hnsky.org/astap.htm
+ arch = any
+ license = LGPL3
+ optdepends = astap-bin: binary GTk version
+ optdepends = astap-bin-qt5: binary Qt version
+ optdepends = astap: sourced Qt version
+ optdepends = astap-cli: CLI version
+ optdepends = hnsky-hg: planetarium program, hg-version
+ optdepends = hnsky-bin: planetarium program, bin-version
+ source = g05_star_database.deb::https://downloads.sourceforge.net/project/astap-program/star_databases/g05_star_database.deb
+ md5sums = 63a92e1056dbd8fc84676ff5cdc14ced
+
+pkgname = g05-star-db-astap
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..20d2900dcf26
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+pkgname=g05-star-db-astap
+pkgver=2023.03.22
+pkgrel=1
+pkgdesc="G05 star database for 20>FOV>0.6 degrees. Size 100 MB"
+arch=('any')
+url="https://www.hnsky.org/astap.htm"
+license=('LGPL3')
+source=("g05_star_database.deb::https://downloads.sourceforge.net/project/astap-program/star_databases/g05_star_database.deb")
+md5sums=('63a92e1056dbd8fc84676ff5cdc14ced')
+depends=()
+optdepends=('astap-bin: binary GTk version'
+ 'astap-bin-qt5: binary Qt version'
+ 'astap: sourced Qt version'
+ 'astap-cli: CLI version'
+ 'hnsky-hg: planetarium program, hg-version'
+ 'hnsky-bin: planetarium program, bin-version')
+
+
+package() {
+ tar xfv data.tar.xz -C "${pkgdir}"
+ chmod 755 -R "${pkgdir}"
+ chmod 644 "${pkgdir}"/opt/astap/*
+}