void-packages/srcpkgs/amfora/template
2020-12-23 10:31:36 -03:00

19 lines
771 B
Bash

# Template file for 'amfora'
pkgname=amfora
version=1.7.1
revision=1
build_style=go
go_import_path="github.com/makeworld-the-better-one/${pkgname}"
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/${pkgname}/archive/v${version}.tar.gz"
checksum=55a2d98e438ed3d41ad6bae6b4e04348a04e28a279fdc09866a1fdd5ee91d3ec
post_install() {
vinstall amfora.desktop 644 usr/share/applications/
vsconf default-config.toml
vcopy contrib/themes usr/share/examples/${pkgname}/themes
}