Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: swayimg-1.8 #36410

Merged
merged 1 commit into from Aug 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions srcpkgs/swayimg/template
@@ -0,0 +1,21 @@
# Template file for 'swayimg'
pkgname=swayimg
version=1.8
revision=1
build_style=meson
hostmakedepends="pkg-config wayland-devel"
makedepends="wayland-devel cairo-devel json-c-devel libxkbcommon-devel
wayland-protocols libavif-devel giflib-devel libjpeg-turbo-devel
libpng-devel librsvg-devel libwebp-devel libexif-devel"
short_desc="Image viewer for Sway/Wayland"
maintainer="Subhaditya Nath <sn03.general@gmail.com>"
license="MIT"
homepage="https://github.com/artemsen/swayimg"
distfiles="https://github.com/artemsen/swayimg/archive/v${version}.tar.gz"
checksum=d4b4988a673522d47c38939c3406dbb72bd213f857dd6116185cd9811b887b23

post_install() {
vcompletion extra/bash.completion bash
vsconf extra/swayimgrc
vlicense LICENSE
}