2020-09-22 09:07:09 +02:00
|
|
|
# Template file for 'amfora'
|
|
|
|
pkgname=amfora
|
2021-02-17 22:21:40 +01:00
|
|
|
version=1.8.0
|
2020-12-22 15:46:19 +01:00
|
|
|
revision=1
|
2020-09-22 09:07:09 +02:00
|
|
|
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"
|
2020-11-24 11:55:52 +01:00
|
|
|
changelog="https://raw.githubusercontent.com/makeworld-the-better-one/amfora/master/CHANGELOG.md"
|
2020-09-22 09:07:09 +02:00
|
|
|
distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/v${version}.tar.gz"
|
2021-02-17 22:21:40 +01:00
|
|
|
checksum=2cf95009ee9b70e46f92ea6346d4f615df2c163b27182ec0e62bf67fb9f9544c
|
2020-11-24 11:55:52 +01:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vinstall amfora.desktop 644 usr/share/applications/
|
|
|
|
vsconf default-config.toml
|
2020-12-22 15:46:19 +01:00
|
|
|
vcopy contrib/themes usr/share/examples/${pkgname}/themes
|
2020-11-24 11:55:52 +01:00
|
|
|
}
|