summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2b146962270fdf1366bb22d04ae44f96f537ea06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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}"
    chmod 755 -R "${pkgdir}"
}