Github messages for voidlinux
 help / color / mirror / Atom feed
From: liketechnik <liketechnik@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [WIP] New package: shotgun-2.2.0
Date: Sun, 05 Apr 2020 17:50:04 +0200	[thread overview]
Message-ID: <20200405155004.PW19l37KrpV_V5fvx8mBy_gXpsXqjAEdUnWhqqQe87Y@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20555@inbox.vuxu.org>

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

There is an updated 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

[WIP] New package: shotgun-2.2.0
I asked about this package in #20282 . 
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: 1229 bytes --]

From 5fd2c4a995f05913bb32932a2e823a453e352f1f 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 | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/shotgun/template

diff --git a/srcpkgs/shotgun/template b/srcpkgs/shotgun/template
new file mode 100644
index 00000000000..2418b66660a
--- /dev/null
+++ b/srcpkgs/shotgun/template
@@ -0,0 +1,25 @@
+# Template file for 'shotgun'
+pkgname=shotgun
+version=2.2.0
+revision=1
+archs="x86_64 i686 x86_64-musl"
+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'
+}

  parent reply	other threads:[~2020-04-05 15:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-01 17:18 [PR PATCH] " 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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200405155004.PW19l37KrpV_V5fvx8mBy_gXpsXqjAEdUnWhqqQe87Y@z \
    --to=liketechnik@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).