mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
amfora: install .desktop, sample config
This commit is contained in:
parent
d7e25a2f92
commit
e945ff7070
1 changed files with 7 additions and 1 deletions
|
@ -1,12 +1,18 @@
|
||||||
# Template file for 'amfora'
|
# Template file for 'amfora'
|
||||||
pkgname=amfora
|
pkgname=amfora
|
||||||
version=1.6.0
|
version=1.6.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/makeworld-the-better-one/${pkgname}"
|
go_import_path="github.com/makeworld-the-better-one/${pkgname}"
|
||||||
short_desc="Fancy terminal browser for the Gemini protocol"
|
short_desc="Fancy terminal browser for the Gemini protocol"
|
||||||
maintainer="Stacy Harper <contact@stacyharper.net>"
|
maintainer="Stacy Harper <contact@stacyharper.net>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://github.com/makeworld-the-better-one/amfora"
|
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"
|
distfiles="https://github.com/makeworld-the-better-one/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=a02b070679718953a4184ef2b7fbeccfcdf9bf227ca1efab34ee0d7fa21e9bd9
|
checksum=a02b070679718953a4184ef2b7fbeccfcdf9bf227ca1efab34ee0d7fa21e9bd9
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall amfora.desktop 644 usr/share/applications/
|
||||||
|
vsconf default-config.toml
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue