Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: fuzzypkg-1.0.0
@ 2020-10-09 22:16 zdykstra
  2020-10-09 22:31 ` [PR REVIEW] " ericonr
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: zdykstra @ 2020-10-09 22:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is a new pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages fuzzypkg-v1.0.0
https://github.com/void-linux/void-packages/pull/25481

New package: fuzzypkg-1.0.0


A patch file from https://github.com/void-linux/void-packages/pull/25481.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fuzzypkg-v1.0.0-25481.patch --]
[-- Type: text/x-diff, Size: 1128 bytes --]

From c3aeffb8b62d7fbd82a2852d755a458aea97e7bc Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 9 Oct 2020 16:46:48 -0500
Subject: [PATCH] New package: fuzzypkg-1.0.0

---
 srcpkgs/fuzzypkg/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/fuzzypkg/template

diff --git a/srcpkgs/fuzzypkg/template b/srcpkgs/fuzzypkg/template
new file mode 100644
index 00000000000..e82b1cfca2e
--- /dev/null
+++ b/srcpkgs/fuzzypkg/template
@@ -0,0 +1,25 @@
+# Template file for 'fuzzypkg'
+pkgname=fuzzypkg
+version=1.0.0
+revision=1
+depends="bash"
+short_desc="XBPS fuzzy package manager"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
+license="MIT"
+homepage="https://github.com/zdykstra/fuzzypkg"
+distfiles="https://github.com/zdykstra/fuzzypkg/archive/v${version}.tar.gz"
+checksum=1c62aaaf9d86dcc8bbe1bbac5b97bb18b38f6ea67f2ed8848ab2a8d2622a648f
+
+case "$XBPS_TARGET_MACHINE" in
+	x86_64*|i686*|armv[67]*|aarch64*|ppc64le*)
+		depends+=" fzf"
+		;;
+	*)
+		depends+=" skim"
+		;;
+esac
+
+do_install() {
+	vlicense LICENSE
+	vbin fuzzypkg
+}

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-11-22  3:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 22:16 [PR PATCH] New package: fuzzypkg-1.0.0 zdykstra
2020-10-09 22:31 ` [PR REVIEW] " ericonr
2020-10-10  0:46 ` q66
2020-10-10  1:07 ` zdykstra
2020-10-10  1:17 ` q66
2020-10-10  2:34 ` [PR PATCH] [Updated] " zdykstra
2020-10-10  3:32 ` [PR REVIEW] New package: fuzzypkg-1.0.1 q66
2020-10-10  3:48 ` zdykstra
2020-10-10  3:52 ` q66
2020-10-10  4:45 ` [PR PATCH] [Updated] " zdykstra
2020-10-10  5:22 ` [PR REVIEW] New package: fuzzypkg-1.0.2 zdykstra
2020-10-10 14:45 ` q66
2020-11-22  3:27 ` [PR PATCH] [Merged]: " the-maldridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).