~alpine/aports

testing/nsxiv: new aport v3 APPLIED

Dmitry Zakharchenko <dmitz@disroot.org>
Dmitry Zakharchenko: 1
 testing/nsxiv: new aport

 1 files changed, 37 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3872/mbox | git am -3
Learn more about email & git

[PATCH v3] testing/nsxiv: new aport Export this patch

Dmitry Zakharchenko <dmitz@disroot.org>
https://nsxiv.github.io/nsxiv/
Neo Simple X Image Viewer
---
 testing/nsxiv/APKBUILD | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 testing/nsxiv/APKBUILD

diff --git a/testing/nsxiv/APKBUILD b/testing/nsxiv/APKBUILD
new file mode 100644
index 0000000000..4744372f0d
--- /dev/null
+++ b/testing/nsxiv/APKBUILD
@@ -0,0 +1,37 @@
# Contributor: Dmitry Zakharchenko <dmitz@disroot.org>
# Maintainer: Dmitry Zakharchenko <dmitz@disroot.org>
pkgname=nsxiv
pkgver=28
pkgrel=0
pkgdesc="Neo Simple X Image Viewer"
url="https://nsxiv.github.io/nsxiv/"
arch="all"
license="GPL-2.0-or-later"
options="!check" # no test suite
makedepends="
	giflib-dev
	imlib2-dev
	libexif-dev
	libwebp-dev
	libx11-dev
	libxft-dev
	"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/nsxiv/nsxiv/archive/v$pkgver.tar.gz"

prepare() {
	default_prepare
	ln -s config.def.h config.h
}

build() {
	make
}

package() {
	make PREFIX=/usr DESTDIR="$pkgdir" install-all
}

sha512sums="
a1d61dc57f41e5b50225dd1e8120b8f1e31b042d43f7443ec27d2fc227e8eb98e96116357e8329011b7ca9aac10e7f0f2259bad3b57fbb1b2951a8fe4d8930bf  nsxiv-28.tar.gz
"
-- 
2.34.1
Sorry to bother you @mailinglist-bot,

but we've detected that this merge request hasn't seen any recent activity. If you need help or want to discuss your approach with developers you can ping `@team/mentors`. You can also ask on IRC on `#alpine-devel` on irc.oftc.net. If no further activity occurs in this MR, Alpine developers may close it in the future.

Thanks for your contribution.

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/29382#note_213836