New package: XyGrib-maps-2.4
This commit is contained in:
parent
5e0284e2b0
commit
4872d10b5e
|
@ -0,0 +1,20 @@
|
|||
# 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*"
|
||||
}
|
Loading…
Reference in New Issue