Permalink
Showing
with
19 additions
and 0 deletions.
| @@ -0,0 +1,19 @@ | ||
| # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
|
||
| PortSystem 1.0 | ||
| PortGroup hunspelldict 1.0 | ||
|
|
||
| hunspelldict.setup da_DK 2.3 {Danish (Denmark)} ooo | ||
| maintainers {lbschenkel @lbschenkel} openmaintainer | ||
| homepage http://www.stavekontrolden.dk | ||
| license GPL-2 LGPL MPL | ||
|
|
||
| set extension.url https://extensions.libreoffice.org/extensions/stavekontrolden-danish-dictionary | ||
|
|
||
| master_sites ${extension.url}/${version}/@@download/file/ | ||
| checksums rmd160 bd779468816de2837e18127baa35f88cc3b03442 \ | ||
| sha256 ecc4cb145d0a14403d5ec39b9fd398307fa66b3d6329b979a39de3edaeac5d15 \ | ||
| size 1861736 | ||
|
|
||
| livecheck.url ${extension.url} | ||
| livecheck.regex ${extension.url}/(\\d+\\.\\d+)/ |