void-packages/srcpkgs/amfora/template

20 lines
760 B
Bash

# Template file for 'amfora'
pkgname=amfora
version=1.10.0
revision=2
build_style=go
go_import_path="github.com/makeworld-the-better-one/amfora"
short_desc="Fancy terminal browser for the Gemini protocol"
maintainer="Stacy Harper <contact@stacyharper.net>"
license="GPL-3.0-only"
homepage="https://github.com/makeworld-the-better-one/amfora"
changelog="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/CHANGELOG.md"
distfiles="https://github.com/makeworld-the-better-one/amfora/archive/v${version}.tar.gz"
checksum=0bc9964ccefb3ea0d66944231492f66c3b0009ab0040e19cc115d0b4cd9b8078
post_install() {
vinstall amfora.desktop 644 usr/share/applications/
vsconf default-config.toml
vcopy contrib/themes usr/share/examples/amfora/themes
}