# Maintainer: Wren Baxter 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}" }