www-client/google-chrome-beta: automated update (84.0.4147.30)
[gentoo.git] / sci-geosciences / dcw-gmt / dcw-gmt-1.1.4.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 DESCRIPTION="Digital Chart of the World for GMT 5 or later"
7 HOMEPAGE="https://www.soest.hawaii.edu/wessel/dcw/"
8 SRC_URI="https://www.soest.hawaii.edu/pwessel/dcw/${P}.tar.gz"
9
10 LICENSE="LGPL-3+"
11 SLOT="0"
12 KEYWORDS="amd64 ~x86"
13
14 src_install() {
15         dodoc README.TXT ChangeLog
16         insinto /usr/share/dcw-gmt
17         doins *.nc dcw-{countries,states}.txt
18 }