linux_void/srcpkgs/gtkcord4/template

20 lines
905 B
Plaintext
Raw Normal View History

2024-02-05 22:31:38 +01:00
# Template file for 'gtkcord4'
pkgname=gtkcord4
2024-02-17 02:29:33 +01:00
version=0.0.19
2024-02-05 22:31:38 +01:00
revision=1
build_style=go
go_import_path="github.com/diamondburned/gtkcord4"
short_desc="GTK4/Libadwaita native discord client written in Go"
2024-02-05 22:41:24 +01:00
hostmakedepends="gcc pkgconf libcanberra-utils"
makedepends="gobject-introspection gtk4-devel libsecret-devel libadwaita-devel glib-devel libcanberra-devel"
2024-02-05 22:31:38 +01:00
depends="libsecret"
maintainer="ITmodulo <itmodulo@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/diamondburned/gtkcord4"
2024-02-17 02:29:33 +01:00
distfiles="https://github.com/diamondburned/${pkgname}/releases/download/v${version}/${pkgname}-source-v${version}.tar.zst"
checksum="77ef658a8d2760beca13cb93aa59f65d29e35f9e8a892af898961fc2889e99ea"
2024-02-05 22:31:38 +01:00
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
}