Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: scheme48-1.9_2
@ 2019-06-12 22:05 voidlinux-github
  2019-06-12 23:17 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (34 more replies)
  0 siblings, 35 replies; 36+ messages in thread
From: voidlinux-github @ 2019-06-12 22:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rc-05/void-packages personal
https://github.com/void-linux/void-packages/pull/12434

New package: scheme48-1.9_2


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

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

From 9bff5f1999e807cf20062c4085b31a93327a4c8b Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 16 Apr 2019 20:19:55 +0200
Subject: [PATCH 1/2] New package: ProTracker-0.20b

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

diff --git a/srcpkgs/ProTracker/template b/srcpkgs/ProTracker/template
new file mode 100644
index 00000000000..7ce76b096d5
--- /dev/null
+++ b/srcpkgs/ProTracker/template
@@ -0,0 +1,25 @@
+# Template file for 'ProTracker'
+pkgname=ProTracker
+version=0.20b
+revision=1
+hostmakedepends="subversion"
+makedepends="SDL2-devel"
+depends="SDL2"
+short_desc="Modern clone of the amiga ProTracker music tracker"
+maintainer="rc-05 <rc23@email.it>"
+license="WTFPL"
+homepage="https://16-bits.org/pt.php"
+
+do_fetch() {
+	svn checkout svn://svn.code.sf.net/p/protracker/code/trunk ${wrksrc}/pt-clone-code
+}
+
+do_build() {
+	cd ${wrksrc}/pt-clone-code
+	chmod +x make-linux.sh
+	./make-linux.sh
+}
+
+do_install() {
+	vbin ${wrksrc}/pt-clone-code/release/other/protracker ProTracker
+}

From 16ad4d7892facd8949adf92b28a3288fd4baef89 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Thu, 13 Jun 2019 00:00:40 +0200
Subject: [PATCH 2/2] New package: scheme48-1.9_2

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

diff --git a/srcpkgs/scheme48/template b/srcpkgs/scheme48/template
new file mode 100644
index 00000000000..dc47610b191
--- /dev/null
+++ b/srcpkgs/scheme48/template
@@ -0,0 +1,21 @@
+# Template file for 'scheme48'
+pkgname=scheme48
+version=1.9
+revision=2
+wrksrc="${pkgname}-${version}.${revision}"
+build_style=gnu-configure
+configure_args="--prefix=/usr"
+short_desc="Implementation of the R5RS Scheme standard"
+maintainer="rc-05 <rc23@email.it>"
+license="custom"
+homepage="http://s48.org/"
+distfiles="http://s48.org/${version}.${revision}/scheme48-${version}.${revision}.tgz"
+checksum=9c4921a90e95daee067cd2e9cc0ffe09e118f4da01c0c0198e577c4f47759df4
+alternatives="
+ scheme:scheme:/usr/bin/scheme48
+ scheme:scheme.1:/usr/share/man/man1/scheme48.1
+"
+
+post_install() {
+	vlicense COPYING
+}
\ No newline at end of file

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

end of thread, other threads:[~2019-06-19 18:37 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-12 22:05 [PR PATCH] New package: scheme48-1.9_2 voidlinux-github
2019-06-12 23:17 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-12 23:17 ` voidlinux-github
2019-06-12 23:45 ` voidlinux-github
2019-06-12 23:45 ` voidlinux-github
2019-06-13  1:58 ` voidlinux-github
2019-06-13  2:03 ` voidlinux-github
2019-06-15  9:37 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-15  9:37 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-15 10:53 ` voidlinux-github
2019-06-15 10:53 ` voidlinux-github
2019-06-15 10:57 ` voidlinux-github
2019-06-15 10:57 ` voidlinux-github
2019-06-16 18:24 ` [PR PATCH] [Updated] New package: scheme48-1.9.2 voidlinux-github
2019-06-16 18:24 ` voidlinux-github
2019-06-16 19:00 ` voidlinux-github
2019-06-16 19:00 ` voidlinux-github
2019-06-16 19:01 ` voidlinux-github
2019-06-17 21:48 ` voidlinux-github
2019-06-18 14:32 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-18 14:32 ` voidlinux-github
2019-06-18 17:22 ` voidlinux-github
2019-06-18 17:42 ` voidlinux-github
2019-06-19 17:11 ` voidlinux-github
2019-06-19 17:29 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-19 17:29 ` voidlinux-github
2019-06-19 17:30 ` voidlinux-github
2019-06-19 17:30 ` voidlinux-github
2019-06-19 17:30 ` voidlinux-github
2019-06-19 17:30 ` voidlinux-github
2019-06-19 17:39 ` voidlinux-github
2019-06-19 17:39 ` voidlinux-github
2019-06-19 17:43 ` voidlinux-github
2019-06-19 17:43 ` voidlinux-github
2019-06-19 17:44 ` voidlinux-github
2019-06-19 18:37 ` [PR PATCH] [Merged]: " voidlinux-github

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