Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/creek/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'creek'
pkgname=creek
version=0.4.2
revision=1
build_style=zig-build
configure_args="-Dpie"
hostmakedepends="pkg-config wayland-devel"
makedepends="wayland-devel wayland-protocols pixman-devel fcft-devel"
short_desc="Status bar for the River Wayland compositor"
maintainer="Cristina Leon <cristinaleon@posteo.com>"
license="MIT"
homepage="https://github.com/nmeum/creek"
distfiles="https://github.com/nmeum/creek/archive/refs/tags/v${version}.tar.gz"
checksum=bb9cffb0c5980524e5338cea0c11f87dcf3813a90626a69e504665961fb13401

post_install() {
vlicense LICENSE
}