FreeBSD Bugzilla – Attachment 254132 Details for
Bug 281760
[new port] graphics/wallhaven-cli: CLI for wallhaven to browse wallpapers in terminal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics/wallhaven-cli
wallhaven-cli.patch (text/plain), 3.76 KB, created by
Yusuf Yaman
on 2024-10-10 12:18:37 UTC
(
hide
)
Description:
graphics/wallhaven-cli
Filename:
MIME Type:
Creator:
Yusuf Yaman
Created:
2024-10-10 12:18:37 UTC
Size:
3.76 KB
patch
obsolete
>From 25aaa38b361b63737bbb42d07f649f04fb139b48 Mon Sep 17 00:00:00 2001 >From: Yusuf Yaman <nxjoseph@protonmail.com> >Date: Thu, 10 Oct 2024 15:13:39 +0300 >Subject: [PATCH] [new port] graphics/wallhaven-cli: CLI for wallhaven that > allows you to browse wallpapers in terminal > >wallhaven-cli is a command-line interface (CLI) tool designed for >interacting with the Wallhaven image repository. Wallhaven is known >for its extensive collection of high-quality wallpapers. > >https://github.com/r3tr0ananas/wallhaven-cli > >PR: 281760 >--- > graphics/Makefile | 1 + > graphics/wallhaven-cli/Makefile | 30 ++++++++++++++++++++++++++++++ > graphics/wallhaven-cli/distinfo | 11 +++++++++++ > graphics/wallhaven-cli/pkg-descr | 3 +++ > 4 files changed, 45 insertions(+) > create mode 100644 graphics/wallhaven-cli/Makefile > create mode 100644 graphics/wallhaven-cli/distinfo > create mode 100644 graphics/wallhaven-cli/pkg-descr > >diff --git a/graphics/Makefile b/graphics/Makefile >index 146689d3a..f2b4b544a 100644 >--- a/graphics/Makefile >+++ b/graphics/Makefile >@@ -1213,6 +1213,7 @@ > SUBDIR += waffle > SUBDIR += waifu2x-converter-cpp > SUBDIR += waifu2x-ncnn-vulkan >+ SUBDIR += wallhaven-cli > SUBDIR += wayland > SUBDIR += wayland-protocols > SUBDIR += wayland-utils >diff --git a/graphics/wallhaven-cli/Makefile b/graphics/wallhaven-cli/Makefile >new file mode 100644 >index 000000000..5d117e205 >--- /dev/null >+++ b/graphics/wallhaven-cli/Makefile >@@ -0,0 +1,30 @@ >+PORTNAME= wallhaven-cli >+DISTVERSIONPREFIX= v >+DISTVERSION= 2.0.3 >+CATEGORIES= graphics >+ >+MAINTAINER= nxjoseph@protonmail.com >+COMMENT= CLI for wallhaven that allows you to browse wallpapers in terminal >+WWW= https://github.com/r3tr0ananas/wallhaven-cli >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= chafa:graphics/chafa \ >+ fzf:textproc/fzf >+ >+USES= go:1.23 >+USE_GITHUB= yes >+GH_ACCOUNT= r3tr0ananas >+GH_TUPLE= BurntSushi:toml:v1.4.0:burntsushi_toml/vendor/github.com/BurntSushi/toml \ >+ inconshreveable:mousetrap:v1.1.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ >+ spf13:cobra:v1.8.1:spf13_cobra/vendor/github.com/spf13/cobra \ >+ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag >+ >+GO_MODULE= github.com/r3tr0ananas/wallhaven-cli >+GO_TARGET= ./wallhaven >+GO_BUILDFLAGS= -ldflags="-s -w" >+ >+PLIST_FILES= bin/wallhaven >+ >+.include <bsd.port.mk> >diff --git a/graphics/wallhaven-cli/distinfo b/graphics/wallhaven-cli/distinfo >new file mode 100644 >index 000000000..897e73cb4 >--- /dev/null >+++ b/graphics/wallhaven-cli/distinfo >@@ -0,0 +1,11 @@ >+TIMESTAMP = 1728562327 >+SHA256 (r3tr0ananas-wallhaven-cli-v2.0.3_GH0.tar.gz) = 6f7c971144369da0144093785c89b3e23d360da9abd213f9d2aa9606ee66553e >+SIZE (r3tr0ananas-wallhaven-cli-v2.0.3_GH0.tar.gz) = 7775 >+SHA256 (BurntSushi-toml-v1.4.0_GH0.tar.gz) = cdd8db31810121897420a0875f3826a2ac986544b9db4918c4a21921bab047dc >+SIZE (BurntSushi-toml-v1.4.0_GH0.tar.gz) = 117752 >+SHA256 (inconshreveable-mousetrap-v1.1.0_GH0.tar.gz) = ab23e7c5cbf42564eb0190ee051b7217c04fd2599d2f26e9ebe205db75963141 >+SIZE (inconshreveable-mousetrap-v1.1.0_GH0.tar.gz) = 5338 >+SHA256 (spf13-cobra-v1.8.1_GH0.tar.gz) = 5d45f6fcce63f9f4dd12b34a15669335a35ca3f7bf297ba465c3fbf62308e5fe >+SIZE (spf13-cobra-v1.8.1_GH0.tar.gz) = 192358 >+SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 >+SIZE (spf13-pflag-v1.0.5_GH0.tar.gz) = 50796 >diff --git a/graphics/wallhaven-cli/pkg-descr b/graphics/wallhaven-cli/pkg-descr >new file mode 100644 >index 000000000..8641092be >--- /dev/null >+++ b/graphics/wallhaven-cli/pkg-descr >@@ -0,0 +1,3 @@ >+wallhaven-cli is a command-line interface (CLI) tool designed for >+interacting with the Wallhaven image repository. Wallhaven is known >+for its extensive collection of high-quality wallpapers. >-- >2.46.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281760
:
253889
|
254132
|
254531
|
254533
|
254534
Working