New package: halloy-2023.4

This commit is contained in:
Marcin Puc 2023-07-28 16:46:56 +02:00 committed by Duncan Overbruck
parent 1e64bd0d3d
commit a0c6ed1bf6
1 changed files with 21 additions and 0 deletions

21
srcpkgs/halloy/template Normal file
View File

@ -0,0 +1,21 @@
# Template file for 'halloy'
pkgname=halloy
version=2023.4
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="libglvnd-devel openssl-devel wayland-devel"
short_desc="IRC application"
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/squidowl/halloy"
changelog="https://raw.githubusercontent.com/squidowl/halloy/main/CHANGELOG.md"
distfiles="https://github.com/squidowl/halloy/archive/refs/tags/${version}.tar.gz"
checksum=a3440c82b1ec0300f206109d15c53cf23584760f3f7d547e047cf0fe592296f3
post_install() {
vinstall assets/linux/org.squidowl.halloy.appdata.xml 644 usr/share/metainfo
vinstall assets/linux/org.squidowl.halloy.desktop 644 usr/share/applications
vinstall assets/linux/org.squidowl.halloy.png 644 usr/share/icons/hicolor/128x128/apps
vsconf config.yaml
}