21 lines
625 B
Bash
21 lines
625 B
Bash
# Template file for 'XyGrib-maps'
|
|
pkgname=XyGrib-maps
|
|
version=2.4
|
|
revision=1
|
|
build_style=fetch
|
|
depends="XyGrib"
|
|
short_desc="XyGrib - high resolution maps"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://opengribs.org"
|
|
distfiles="https://opengribs.org/en/downloads/send/3-maps/3-xygrib_maps${version/./-}"
|
|
checksum=3cd6bf3de709ff4afb193a7bb5455f28d6ab540687a97f2d978bd0a21592750e
|
|
noarch=yes
|
|
|
|
do_install() {
|
|
vmkdir usr/libexec/XyGrib
|
|
tar zxf "3-xygrib_maps${version/./-}" \
|
|
-C ${DESTDIR}/usr/libexec/XyGrib \
|
|
--exclude="README.gshhs*"
|
|
}
|