summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 28744fdbb4f9bd8975c2298616401b6997b6dbbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: SanskritFritz (gmail)

pkgname=celestia-addon-2009_exoplanets
pkgver=1.0
pkgrel=2
pkgdesc="Celestia addon: Extrasolar: Stars: 2009 Exoplanets"
arch=('any')
url='https://www.celestiamotherlode.net/addon/addon_1451.html'
license=('Public Domain')
depends=('celestia')
makedepends=('unzip')
source=('https://www.celestiamotherlode.net/creators/Brad/2009_Exoplanets.zip')
	
package() {
	mkdir --parents "$pkgdir/usr/share/celestia/extras"
	cp -rT "$srcdir/2009 Exoplanets" "$pkgdir/usr/share/celestia/extras"
}

md5sums=('adff71da625a7e21dc69ea428e3d2956')