Isaac Freund d2fbe47cac *: orphan packages maintained by ifreund
I've moved on from void and won't be updating these any more.
Despite that, I'll probably continue to lurk in #xbps so feel free to
ping me with any questions about Zig or river packaging.

Changes by @ahesford: adopt foot, libxkbcommon, seatd, wayland-protocols

Closes: #48400 [via git-merge-pr]
2024-01-28 07:21:05 -05:00

20 lines
713 B
Bash

# Template file for 'swappy'
pkgname=swappy
version=1.5.1
revision=1
build_style=meson
hostmakedepends="pkg-config scdoc glib-devel gettext"
makedepends="cairo-devel glib-devel gtk+3-devel libnotify-devel pango-devel"
depends="wl-clipboard font-awesome"
short_desc="Wayland native snapshot editing tool, inspired by Snappy on macOS"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jtheoof/swappy"
changelog="https://raw.githubusercontent.com/jtheoof/swappy/master/CHANGELOG.md"
distfiles="https://github.com/jtheoof/swappy/archive/refs/tags/v${version}.tar.gz"
checksum=266fac289d4b903d80d44746044bafe8a8b663c6032be696c651ad390bcb1850
post_install() {
vlicense LICENSE
}