mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
New package: eww-0.6.0
This commit is contained in:
parent
0228fcb8f6
commit
656a120f83
1 changed files with 25 additions and 0 deletions
25
srcpkgs/eww/template
Normal file
25
srcpkgs/eww/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'eww'
|
||||
pkgname=eww
|
||||
version=0.6.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper="qemu"
|
||||
make_install_args="--path=crates/eww"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gtk+3-devel gtk-layer-shell-devel pango-devel gdk-pixbuf-devel
|
||||
cairo-devel glib-devel libdbusmenu-gtk3-devel"
|
||||
short_desc="Toolkit for creating custom bars and widgets"
|
||||
maintainer="Christopher K. 'Shmish' Schmitt <me@shmish.dev>"
|
||||
license="MIT"
|
||||
homepage="https://elkowar.github.io/eww"
|
||||
changelog="https://raw.githubusercontent.com/elkowar/eww/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/elkowar/eww/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=cef361946946c566b79f8ddc6208d1a3f16b4ff9961439a3f86935e1cfa174a1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
for sh in bash fish zsh; do
|
||||
vtargetrun "${DESTDIR}/usr/bin/eww" shell-completions -s "$sh" > "eww.$sh"
|
||||
vcompletion "eww.$sh" "$sh"
|
||||
done
|
||||
}
|
Loading…
Add table
Reference in a new issue