summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2016-02-03 17:35:30 +0100
committerSanskritFritz2016-02-03 17:35:30 +0100
commit2db36a0988ae75e86fc9c8d7a6be0cab19762682 (patch)
treebfc647241363937290295d77da4e828c899ea742
downloadaur-2db36a0988ae75e86fc9c8d7a6be0cab19762682.tar.gz
Initial version.
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD19
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..050893156116
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by mksrcinfo v8
+# Wed Feb 3 16:34:27 UTC 2016
+pkgbase = celestia-addon-2009_exoplanets
+ pkgdesc = Celestia addon: Extrasolar: Stars: 2009 Exoplanets
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://www.celestiamotherlode.net/catalog/show_addon_details.php?addon_id=1451
+ arch = any
+ license = Public Domain
+ makedepends = unzip
+ depends = celestia
+ source = http://www.celestiamotherlode.net/creators/Brad/2009_Exoplanets.zip
+ md5sums = adff71da625a7e21dc69ea428e3d2956
+
+pkgname = celestia-addon-2009_exoplanets
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..71f52e94a885
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: SanskritFritz (gmail)
+
+pkgname=celestia-addon-2009_exoplanets
+pkgver=1.0
+pkgrel=1
+pkgdesc="Celestia addon: Extrasolar: Stars: 2009 Exoplanets"
+arch=('any')
+url='http://www.celestiamotherlode.net/catalog/show_addon_details.php?addon_id=1451'
+license=('Public Domain')
+depends=('celestia')
+makedepends=('unzip')
+source=('http://www.celestiamotherlode.net/creators/Brad/2009_Exoplanets.zip')
+
+package() {
+ mkdir --parents "$pkgdir/usr/share/celestia/extras"
+ cp -rT "$srcdir/2009 Exoplanets" "$pkgdir/usr/share/celestia/extras"
+}
+
+md5sums=('adff71da625a7e21dc69ea428e3d2956')