New-package: ironbar-0.14.1

This commit is contained in:
Abhijit Sipahimalani 2024-02-02 17:50:20 -08:00 committed by Andrew J. Hesford
parent 3bdaa495a8
commit f3f9ff6f14

23
srcpkgs/ironbar/template Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'ironbar'
pkgname=ironbar
version=0.14.1
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="gtk+3-devel gtk-layer-shell-devel"
short_desc="Customisable gtk-layer-shell wlroots/sway bar"
maintainer="caughtquick <abhijit@sipahimalani.me>"
license="MIT"
homepage="https://github.com/JakeStanger/ironbar"
changelog="https://github.com/JakeStanger/ironbar/releases/"
distfiles="https://github.com/JakeStanger/ironbar/archive/refs/tags/v${version}.tar.gz"
checksum=3259397f6204fb2d8fd92451240a3a7650fe7fa58f067b1fa4e917c87f0effac
post_install() {
vlicense LICENSE
vsconf examples/config.corn
vsconf examples/config.json
vsconf examples/config.yaml
vsconf examples/config.toml
vsconf examples/style.css
}