summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2015-06-14 00:43:59 +0200
committerSanskritFritz2015-06-14 00:43:59 +0200
commitb645ceae71eb5750a1502a57a860fda3851faea7 (patch)
tree1071420e99b2e3b2f613ab3a7305c8323a1fe906 /PKGBUILD
downloadaur-b645ceae71eb5750a1502a57a860fda3851faea7.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 19 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a7b87aabd848
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: SanskritFritz (gmail)
+
+pkgname=celestia-addon-global_water_volume
+pkgver=1.0
+pkgrel=1
+pkgdesc="Celestia addon: Earth: Surface Map Textures: Global Water Volume"
+arch=('any')
+url='http://www.celestiamotherlode.net/catalog/show_addon_details.php?addon_id=1635'
+license=('n/a')
+depends=('celestia')
+makedepends=('unzip')
+source=('http://www.celestiamotherlode.net/creators/particlegrasp/GlobalWaterVolume.zip')
+
+package() {
+ mkdir --parents "$pkgdir/usr/share/celestia/extras"
+ cp --recursive "$srcdir/GlobalWaterVolume" "$pkgdir/usr/share/celestia/extras/"
+}
+
+md5sums=('7f20d63d094ecd9b486f711b212ce27f')