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

pkgname=celestia-addon-hubble_space_telescope
pkgver=1
pkgrel=2
pkgdesc="Celestia addon: Spacecraft: Earth Orbit: Hubble Space Telescope"
arch=('any')
url='https://www.celestiamotherlode.net/addon/addon_287.html'
license=('unknown')
depends=('celestia')
makedepends=('unzip')
conflicts=('celestia-addon-hubble-space-telescope')
source=('https://celestiamotherlode.net/creators/jestr/BigHubbleCMOD_V3.zip')
	
package() {
	mkdir --parents "$pkgdir/usr/share/celestia/extras"
	cp --recursive "$srcdir/BigHubbleCMOD/" "$pkgdir/usr/share/celestia/extras/"
}

md5sums=('70978b99cb929b5472d8b9ea7f2faedc')