summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2a384912cb08c6dc02c9b987b424f359ab5cdf55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Jonne Haß <me@jhass.eu>
pkgname=public_suffix_list
pkgver=20240104
pkgrel=1
pkgdesc='List of "public suffixes" under which Internet users can (or historically could) directly register names'
arch=('any')
url="https://publicsuffix.org/"
license=('MPL')
source=("https://publicsuffix.org/list/public_suffix_list.dat")

package() {
  cd "$srcdir"
  install -Dm644 public_suffix_list.dat "$pkgdir/usr/share/publicsuffix/effective_tld_names.dat"
}
sha256sums=('d68c0cb4d0d90683201d47b6ed4b95a1cd9a91f6906e240b6b5387d056da1ab6')