summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 341572b1367aa28ec295f3a2d92e6d39dfbc0178 (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-earth_without_water_2
pkgver=2.0
pkgrel=2
pkgdesc="Celestia addon: Earth: Surface Map Textures: Earth without water 2"
arch=('any')
url='https://www.celestiamotherlode.net/addon/addon_1010.html'
license=('Creative Commons')
depends=('celestia')
makedepends=('unzip')
conflicts=('celestia-addon-earth-without-water-2')
source=('https://www.celestiamotherlode.net/creators/adirondack/earthwowater2_dds_vers2.zip')
	
package() {
	mkdir --parents "$pkgdir/usr/share/celestia/"
	cp --recursive "$srcdir/extras/" "$pkgdir/usr/share/celestia/"
}

md5sums=('9fba068fec20398a6b6d306cb700a86e')