summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSanskritFritz2015-06-14 00:40:58 +0200
committerSanskritFritz2015-06-14 00:40:58 +0200
commit69a067035b9a822f808fba027b3560e440e9cf26 (patch)
treed0814b0fbb013045d9af46677c6bf2a0ce2e76ae /PKGBUILD
downloadaur-celestia-addon-ulysses.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..10eca005a526
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: SanskritFritz (gmail)
+
+pkgname=celestia-addon-ulysses
+pkgver=2.0
+pkgrel=1
+pkgdesc="Celestia addon: Spacecraft: Other: Ulysses"
+arch=('any')
+url='http://www.celestiamotherlode.net/catalog/show_addon_details.php?addon_id=351'
+license=('unknown, free')
+depends=('celestia')
+makedepends=('unzip')
+source=('http://www.celestiamotherlode.net/creators/fsgregs/jackhiggins_spacecraft/Ulysses-full.zip')
+
+package() {
+ mkdir --parents "$pkgdir/usr/share/celestia/extras"
+ cp --recursive "$srcdir/Ulysses-full/" "$pkgdir/usr/share/celestia/extras/"
+}
+
+md5sums=('07a637f2d5da8c1af71bdfaaa4679761')