24 lines
745 B
Bash
24 lines
745 B
Bash
# 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
|
|
}
|