~dricottone/huttese-apk

1c7b3ff3805af7986a167a7229aee50da0fda625 — Konrad Borowski 2 years ago 30bc571
pages.sr.ht: depend on mailcap

This fixes pages.sr.ht#13 because it installs the MIME
database in `/etc/mime.types`, as expected by Go's
`mime.TypeByExtension` function. The small built-in
table used by Go when the MIME database was not found
did not contain an entry for the `.txt` extension.
1 files changed, 1 insertions(+), 0 deletions(-)

M sr.ht/pages.sr.ht/APKBUILD
M sr.ht/pages.sr.ht/APKBUILD => sr.ht/pages.sr.ht/APKBUILD +1 -0
@@ 6,6 6,7 @@ pkgdesc="sr.ht web hosting service"
url="https://git.sr.ht/~sircmpwn/pages.sr.ht"
arch="all"
license="AGPLv3"
depends="mailcap"
makedepends="go"
subpackages="$pkgname-openrc"
source="