From 0bffa1f8ab18e2569cab40ed428e577ea78a4225 Mon Sep 17 00:00:00 2001 From: Paper Date: Tue, 24 Nov 2020 11:55:52 +0100 Subject: [PATCH] amfora: install .desktop, sample config --- srcpkgs/amfora/template | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/srcpkgs/amfora/template b/srcpkgs/amfora/template index f44c714be21..71563985278 100644 --- a/srcpkgs/amfora/template +++ b/srcpkgs/amfora/template @@ -1,12 +1,18 @@ # Template file for 'amfora' pkgname=amfora version=1.6.0 -revision=1 +revision=2 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 " 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=a02b070679718953a4184ef2b7fbeccfcdf9bf227ca1efab34ee0d7fa21e9bd9 + +post_install() { + vinstall amfora.desktop 644 usr/share/applications/ + vsconf default-config.toml +}