Created
October 18, 2019 15:25
-
-
Save naetherm/4c0e5aa23fcf29672f06e9e0087051a4 to your computer and use it in GitHub Desktop.
openlayers-6.0.1-1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $Id$ | |
# Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com> | |
pkgname=openlayers | |
pkgver=6.0.1 | |
pkgrel=1 | |
pkgdesc='A high-performance, feature-packed JavaScript library for displaying map data.' | |
arch=('any') | |
url='http://openlayers.org/' | |
license=('BSD') | |
source=("${pkgname}-${pkgver}.zip::https://github.com/openlayers/openlayers/releases/download/v${pkgver}/v${pkgver}-dist.zip") | |
sha256sums=('4d62277993108a256fe4d11c02f880f15d4ef184f70e246e52cf1f164ac8ff8b') | |
package() { | |
install -d ${pkgdir}/usr/share/javascript/${pkgname} | |
cp -a ${srcdir}/v${pkgver}-dist/* ${pkgdir}/usr/share/javascript/${pkgname} | |
} | |
# vim:set ts=2 sw=2 et: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment