linux_void/srcpkgs/gtkcord4/template

20 lines
838 B
Plaintext
Raw Normal View History

2024-02-05 22:31:38 +01:00
# Template file for 'gtkcord4'
pkgname=gtkcord4
version=0.0.17
revision=1
build_style=go
go_import_path="github.com/diamondburned/gtkcord4"
short_desc="GTK4/Libadwaita native discord client written in Go"
hostmakedepends="gcc pkgconf"
makedepends="gobject-introspection gtk4-devel libsecret-devel libadwaita-devel glib-devel"
depends="libsecret"
maintainer="ITmodulo <itmodulo@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/diamondburned/gtkcord4"
distfiles="https://github.com/diamondburned/${pkgname}/archive/refs/tags/v${version}.tar.gz"
checksum="4f21aeaff71c7a6249c5b9127962571467b9388f9e77d418284647e718531951"
post_install() {
vinstall internal/icons/hicolor/scalable/apps/logo.svg 644 usr/share/pixmaps gtkcord4.svg
vinstall nix/xyz.diamondb.gtkcord4.desktop 644 usr/share/applications gtkcord4.desktop
}