Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: latexmk-4.76
@ 2022-02-17 10:20 vutunganh
  2022-02-17 11:36 ` [PR PATCH] [Updated] " vutunganh
                   ` (32 more replies)
  0 siblings, 33 replies; 34+ messages in thread
From: vutunganh @ 2022-02-17 10:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vutunganh/void-packages latexmk
https://github.com/void-linux/void-packages/pull/35661

New package: latexmk-4.76
This script only works if LaTeX and perl are installed.
- There are many providers for a LaTeX compiler (I assume) so I didn't list it as a dependency.
- As for perl, there are multiple ways of installing perl as well (e.g. via perlbrew into the user's home directory). I did include it as a dependency though.

There is one `TODO` -- I am not sure whether to use `GPL-2.0-or-later`. On [its CTAN page](https://ctan.org/pkg/latexmk/), the listed license is GPLv2.

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

Resolves https://github.com/void-linux/void-packages/issues/35626.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-latexmk-35661.patch --]
[-- Type: text/x-diff, Size: 1090 bytes --]

From baac2630b380c085036e5d2728e3001e60575400 Mon Sep 17 00:00:00 2001
From: Tung Anh Vu <vu.tunganh96@gmail.com>
Date: Thu, 17 Feb 2022 11:08:29 +0100
Subject: [PATCH] New package: latexmk-4.76

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

diff --git a/srcpkgs/latexmk/template b/srcpkgs/latexmk/template
new file mode 100644
index 000000000000..50e089e3ac27
--- /dev/null
+++ b/srcpkgs/latexmk/template
@@ -0,0 +1,18 @@
+# Template file for 'latexmk'
+pkgname=latexmk
+version=4.76
+revision=1
+_version_without_dot="${version/./}"
+wrksrc="${pkgname}"
+short_desc="Perl script for running LaTeX the correct number of times"
+maintainer="Tung Anh Vu <vu.tunganh96@gmail.com>"
+# TODO: Or is it GPL-2.0-or-later?
+license="GPL-2.0-only"
+homepage="https://personal.psu.edu/~jcc8/software/latexmk"
+distfiles="${homepage}/${pkgname}-${_version_without_dot}.zip"
+checksum=9abb87da4666d6078c9006dbb32dc2a7cb3996fc2f76b0c6c5c73311a50ac89e
+
+do_install() {
+	vbin latexmk.pl latexmk
+	vman latexmk.1
+}

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

end of thread, other threads:[~2022-04-21 13:45 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-17 10:20 [PR PATCH] New package: latexmk-4.76 vutunganh
2022-02-17 11:36 ` [PR PATCH] [Updated] " vutunganh
2022-02-17 11:39 ` vutunganh
2022-02-18 11:23 ` vutunganh
2022-02-19 14:46 ` [PR REVIEW] " dkwo
2022-02-19 14:46 ` dkwo
2022-02-22 15:47 ` vutunganh
2022-03-04 22:16 ` [PR PATCH] [Updated] " vutunganh
2022-03-04 22:47 ` vutunganh
2022-03-04 22:47 ` [PR REVIEW] " vutunganh
2022-03-04 22:48 ` vutunganh
2022-03-04 22:49 ` vutunganh
2022-03-08 19:54 ` Chocimier
2022-03-15 19:54 ` vutunganh
2022-03-15 20:34 ` Chocimier
2022-03-15 20:35 ` vutunganh
2022-03-15 20:35 ` Chocimier
2022-03-15 20:36 ` vutunganh
2022-03-15 20:40 ` [PR PATCH] [Updated] " vutunganh
2022-03-15 20:41 ` [PR REVIEW] " vutunganh
2022-03-19  8:18 ` dkwo
2022-03-19 12:40 ` vutunganh
2022-03-19 18:48 ` dkwo
2022-03-29 17:52 ` Chocimier
2022-04-09 19:39 ` [PR PATCH] [Updated] " vutunganh
2022-04-09 19:40 ` vutunganh
2022-04-09 19:41 ` vutunganh
2022-04-09 19:58 ` vutunganh
2022-04-13 20:21 ` dkwo
2022-04-16 12:10 ` vutunganh
2022-04-17 10:27 ` dkwo
2022-04-17 10:32 ` [PR PATCH] [Updated] " vutunganh
2022-04-19 17:34 ` [PR PATCH] [Merged]: " Chocimier
2022-04-21 13:45 ` dkwo

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