Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: shotgun-2.2.0
@ 2020-04-01 17:18 liketechnik
  2020-04-01 20:05 ` liketechnik
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: liketechnik @ 2020-04-01 17:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/liketechnik/void-packages new-pkg-shotgun-2.2.0
https://github.com/void-linux/void-packages/pull/20555

New package: shotgun-2.2.0
I asked about this package in #202802. 
shotgun is a minimalist screenshot tool for X11, the homepage is at https://github.com/nexromancers/shotgun.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-new-pkg-shotgun-2.2.0-20555.patch --]
[-- Type: text/x-diff, Size: 1195 bytes --]

From e791a54ca55fc0ff6952013891c94c0e1be98492 Mon Sep 17 00:00:00 2001
From: Florian Warzecha <liketechnik@disroot.org>
Date: Wed, 1 Apr 2020 19:11:54 +0200
Subject: [PATCH] New package: shotgun-2.2.0

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

diff --git a/srcpkgs/shotgun/template b/srcpkgs/shotgun/template
new file mode 100644
index 00000000000..31f1e3c43e5
--- /dev/null
+++ b/srcpkgs/shotgun/template
@@ -0,0 +1,24 @@
+# Template file for 'shotgun'
+pkgname=shotgun
+version=2.2.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXrandr-devel"
+depends="libX11 libXrandr"
+short_desc="Minimal screenshot utility for X11"
+maintainer="Florian Warzecha <liketechnik@disroot.org>"
+license="MPL-2.0"
+homepage="https://github.com/nexromancers/shotgun"
+distfiles="https://github.com/nexromancers/shotgun/archive/v${version}.tar.gz"
+checksum=c02df7284c8757f4592ce7dcbbd11330ea926379c5ff313f4932a7cbae00d24b
+
+post_install() {
+	vdoc README.md
+	vlicense LICENSE
+}
+
+post_extract() {
+	rm build.rs
+	vsed -i Cargo.toml -e '/^build = "build.rs"/ d'
+}

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

end of thread, other threads:[~2021-11-06 22:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01 17:18 [PR PATCH] New package: shotgun-2.2.0 liketechnik
2020-04-01 20:05 ` liketechnik
2020-04-02 19:08 ` [WIP] " aeosynth
2020-04-05 14:45 ` [PR PATCH] [Updated] " liketechnik
2020-04-05 15:50 ` liketechnik
2020-04-05 17:32 ` liketechnik
2021-11-06 22:25 ` abenson
2021-11-06 22:25 ` [PR PATCH] [Closed]: " abenson
2021-11-06 22:50 ` liketechnik

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).