Skip to content

Commit

Permalink
New package: sandbar-0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkwo committed Jul 12, 2023
1 parent d4c5948 commit 640b583
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions srcpkgs/sandbar/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'sandbar'
pkgname=sandbar
version=0.1
revision=1
hostmakedepends="pkg-config wayland-devel"
makedepends="wayland-protocols pixman-devel fcft-devel wayland-devel"
short_desc="Bar (similar to dwm) for the river wayland compositor"
maintainer="dkwo <npiazza@disroot.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/kolunmi/sandbar"
distfiles="https://github.com/kolunmi/sandbar/archive/refs/tags/v${version}.tar.gz"
checksum=5e875d6aca54c195d1842c124e48a7385eaada67a7160adbc279c6d6fa0d2b48

do_build() {
make install
}

do_install() {
vbin sandbar
}

0 comments on commit 640b583

Please sign in to comment.