diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-02-02 00:11:26 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-02-02 00:11:26 +0200 |
| commit | 1d12ff0c20cbb91a2b553251f4c51a880b3c563b (patch) | |
| tree | 96151297e8b2edcfffd5e962a27e36e76b440058 /aur | |
| parent | fa9dd261d919edbebc6bd09d0e8406f87286b9f4 (diff) | |
| parent | 3036e98e02f61a808a55d64dd8673eebc25fce75 (diff) | |
Add 'aur/mapbox-studio/' from commit '3036e98e02f61a808a55d64dd8673eebc25fce75'
git-subtree-dir: aur/mapbox-studio
git-subtree-mainline: fa9dd261d919edbebc6bd09d0e8406f87286b9f4
git-subtree-split: 3036e98e02f61a808a55d64dd8673eebc25fce75
Diffstat (limited to 'aur')
| -rw-r--r-- | aur/mapbox-studio/.SRCINFO | 14 | ||||
| -rw-r--r-- | aur/mapbox-studio/PKGBUILD | 26 |
2 files changed, 40 insertions, 0 deletions
diff --git a/aur/mapbox-studio/.SRCINFO b/aur/mapbox-studio/.SRCINFO new file mode 100644 index 0000000..868c934 --- /dev/null +++ b/aur/mapbox-studio/.SRCINFO @@ -0,0 +1,14 @@ +pkgbase = mapbox-studio + pkgdesc = Vector tile driven map design + pkgver = 0.3.0 + pkgrel = 1 + url = https://mapbox.com/mapbox-studio/ + arch = x86_64 + license = BSD + makedepends = unzip + noextract = mapbox-studio-linux-x64-v0.3.0.zip + source = https://mapbox.s3.amazonaws.com/mapbox-studio/mapbox-studio-linux-x64-v0.3.0.zip + sha1sums = 7b584166291879a64dfd0cce1dc3cb8bbd3403ec + +pkgname = mapbox-studio + diff --git a/aur/mapbox-studio/PKGBUILD b/aur/mapbox-studio/PKGBUILD new file mode 100644 index 0000000..921c821 --- /dev/null +++ b/aur/mapbox-studio/PKGBUILD @@ -0,0 +1,26 @@ +# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F + +pkgname=mapbox-studio +pkgver=0.3.0 +pkgrel=1 +pkgdesc="Vector tile driven map design" +arch=('x86_64') +url="https://mapbox.com/mapbox-studio/" +license=(BSD) +depends=() +makedepends=(unzip) +source=("https://mapbox.s3.amazonaws.com/mapbox-studio/mapbox-studio-linux-x64-v${pkgver}.zip") +noextract=("mapbox-studio-linux-x64-v${pkgver}.zip") +sha1sums=('7b584166291879a64dfd0cce1dc3cb8bbd3403ec') + +prepare() { + unzip -q mapbox-studio-linux-x64-v${pkgver}.zip +} + +package() { + install -dm755 "${pkgdir}/opt" + cp --preserve=mode -r "mapbox-studio-linux-x64-v${pkgver}" "${pkgdir}/opt/${pkgname}" + ln -s "/opt/${pkgname}/atom" "${pkgdir}/opt/${pkgname}/mapbox-studio" +} + +# vim:set ts=2 sw=2 et: |
