25 lines
972 B
Bash
25 lines
972 B
Bash
# Template file for 'halloy'
|
|
pkgname=halloy
|
|
version=2024.8
|
|
revision=1
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libglvnd-devel openssl-devel wayland-devel"
|
|
short_desc="IRC application"
|
|
maintainer="tranzystorekk <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=db0d5f248452a235d3f11930438c5bd6ad87d15aa3e75cc7f5f9732d511340a9
|
|
|
|
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
|
|
vsconf config.toml
|
|
|
|
for _size in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256 512x512; do
|
|
vinstall assets/linux/icons/hicolor/${_size}/apps/org.squidowl.halloy.png 644 usr/share/icons/hicolor/${_size}/apps
|
|
done
|
|
}
|