mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
New-package: ironbar-0.14.1
This commit is contained in:
parent
3bdaa495a8
commit
f3f9ff6f14
1 changed files with 23 additions and 0 deletions
23
srcpkgs/ironbar/template
Normal file
23
srcpkgs/ironbar/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue