Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cargo-update-7.0.1
@ 2021-08-30 12:47 jcgruenhage
  2021-11-08 22:58 ` [PR REVIEW] " Piraty
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: jcgruenhage @ 2021-08-30 12:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages cargo-update-7.0.1
https://github.com/void-linux/void-packages/pull/32760

New package: cargo-update-7.0.1
This came up while using topgrade recently, so considering we're shipping topgrade, we should ship this too IMO.

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


#### Remaining TODOs:

- [ ]  disable self-update

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cargo-update-7.0.1-32760.patch --]
[-- Type: text/x-diff, Size: 1350 bytes --]

From 253eb67ccbbbe0287bfcc8e7c73bcb88668c0e9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Mon, 30 Aug 2021 14:45:20 +0200
Subject: [PATCH] New package: cargo-update-7.0.1

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

diff --git a/srcpkgs/cargo-update/template b/srcpkgs/cargo-update/template
new file mode 100644
index 000000000000..c2d6039dd543
--- /dev/null
+++ b/srcpkgs/cargo-update/template
@@ -0,0 +1,25 @@
+# Template file for 'cargo-update'
+pkgname=cargo-update
+version=7.0.1
+revision=1
+build_style=cargo
+hostmakedepends="cmake pkg-config go-md2man"
+makedepends="libgit2-devel libssh2-devel openssl-devel"
+short_desc="Cargo subcommand for updates to installed executables"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/nabijaczleweli/cargo-update"
+distfiles="https://github.com/nabijaczleweli/cargo-update/archive/refs/tags/v${version}.tar.gz"
+checksum=3336408952ddd43c75bcce9b55b4540a0249cfd521372ee809b29549701aa034
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+
+	cd man
+	for page in *.md; do
+		go-md2man -in ${page} -out ${page%.md}.1
+		vman ${page%.md}.1
+	done
+	cd ..
+}

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

end of thread, other threads:[~2022-09-21 21:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30 12:47 [PR PATCH] New package: cargo-update-7.0.1 jcgruenhage
2021-11-08 22:58 ` [PR REVIEW] " Piraty
2021-11-09  9:29 ` [PR PATCH] [Updated] " jcgruenhage
2021-11-09  9:30 ` [PR REVIEW] " jcgruenhage
2022-06-04  2:09 ` github-actions
2022-06-04  6:58 ` [PR PATCH] [Updated] " jcgruenhage
2022-06-11 14:04 ` New package: cargo-update-8.1.4 jcgruenhage
2022-06-22 22:11 ` Piraty
2022-09-21  2:14 ` github-actions
2022-09-21 11:03 ` [PR PATCH] [Updated] " jcgruenhage
2022-09-21 11:04 ` jcgruenhage
2022-09-21 21:03 ` [PR PATCH] [Merged]: " Piraty

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