22 lines
854 B
Bash
22 lines
854 B
Bash
# Template file for 'halloy'
|
|
pkgname=halloy
|
|
version=2023.4
|
|
revision=2
|
|
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
|
|
}
|