Skip to content

Commit

Permalink
contrib/yambar: new package (1.11.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogromny committed May 7, 2024
1 parent a7d26e0 commit 42f3ff2
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions contrib/yambar/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
pkgname = "yambar"
pkgver = "1.11.0"
pkgrel = 0
build_style = "meson"
hostmakedepends = ["bison", "flex", "meson", "pkgconf", "scdoc"]
makedepends = [
"alsa-lib-devel",
"fcft-devel",
"json-c-devel",
"libinput-devel",
"libmpdclient-devel",
"libxcb-devel",
"libyaml-devel",
"pipewire-devel",
"pixman-devel",
"tllist",
"udev-devel",
"wayland-devel",
"wayland-protocols",
"xcb-util-cursor-devel",
"xcb-util-devel",
"xcb-util-wm-devel",
]
pkgdesc = "Modular status panel for X11 and Wayland"
maintainer = "ogromny <[email protected]>"
license = "MIT"
url = "https://codeberg.org/dnkl/yambar"
source = f"{url}/releases/download/{pkgver}/{pkgname}-{pkgver}.tar.gz"
sha256 = "9859ef16ba16069c3442283d76607712c0b7bc602b6fadf41b2c3d97a754d5f9"


def post_install(self):
self.install_license("LICENSE")

0 comments on commit 42f3ff2

Please sign in to comment.