summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6de538684bef9490232866454d3212c7fb15d397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
# Contributor: sekret (https://aur.archlinux.org/account/sekret)

_pkgname=marble-restricted-maps
pkgname="${_pkgname}-git"
pkgver=1.0
pkgrel=1
pkgdesc="Transitional package to transition to 'marble-restricted-maps', which now is a metapackage that depends on the individual packages that used to be directly included in this package."
arch=('any')
url="https://gitlab.com/marble-restricted-maps"
license=('custom: metapackage')
depends=(
  "marble-restricted-maps"
)
makedepends=()
provides=()
conflicts=()
replaces=()
source=(
  'license-metapackage-pd.txt'
)
sha256sums=(
  'af68dd29515606a94237214e4c33b0e3f4f2408ed92df3674a043bf2fa2c0078'
)

package() {
  install -D -v -m644 "${srcdir}/license-metapackage-pd.txt" "${pkgdir}/usr/share/licenses/${pkgname}/copying.public-domain.txt"
}

# vim:set ts=2 sw=2 et: