summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d4219a2ad1819ae3475d0967d43cfa71db3c4713 (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-2010_exoplanets_ii
pkgver=1.0
pkgrel=2
pkgdesc="Celestia addon: Extrasolar: Stars: 2010 Exoplanets II"
arch=('any')
url='https://www.celestiamotherlode.net/addon/addon_1516.html'
license=('Public Domain')
depends=('celestia')
makedepends=('unzip')
source=('https://www.celestiamotherlode.net/creators/Brad/2010_Exoplanets_II.zip')
	
package() {
	mkdir --parents "$pkgdir/usr/share/celestia/extras"
	cp -rT "$srcdir/2010 Exoplanets II" "$pkgdir/usr/share/celestia/extras"
}

md5sums=('2548c0031d782c05f2630c79b494db80')