Update and move gtkcord4 to dissent, update hctl
All checks were successful
Release xbps for amd64 / compilation-amd64 (push) Successful in 44m0s
All checks were successful
Release xbps for amd64 / compilation-amd64 (push) Successful in 44m0s
This commit is contained in:
parent
92d125e597
commit
1197500796
2 changed files with 13 additions and 12 deletions
20
srcpkgs/dissent/template
Normal file
20
srcpkgs/dissent/template
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'dissent'
|
||||
pkgname=dissent
|
||||
version=0.0.21
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="libdb.so/dissent"
|
||||
short_desc="GTK4/Libadwaita native discord client written in Go"
|
||||
hostmakedepends="gcc pkgconf libcanberra-utils"
|
||||
makedepends="gobject-introspection gtk4-devel libsecret-devel libadwaita-devel glib-devel libcanberra-devel"
|
||||
depends="libsecret"
|
||||
maintainer="ITmodulo <itmodulo@disroot.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/diamondburned/dissent"
|
||||
distfiles="https://github.com/diamondburned/${pkgname}/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=3c3caefc722fa21e0129a0b6779cdbb61fe41e559b8d44bd4288f283922b15f2
|
||||
|
||||
post_install() {
|
||||
vinstall internal/icons/hicolor/scalable/apps/so.libdb.dissent.svg 644 usr/share/pixmaps
|
||||
vinstall nix/so.libdb.dissent.desktop 644 usr/share/applications
|
||||
}
|
||||
Reference in a new issue