Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ldc0.17-0.17.6
@ 2019-10-29 15:22 voidlinux-github
  2019-10-29 15:36 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-29 15:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mintsuki/void-packages master
https://github.com/void-linux/void-packages/pull/15895

New package: ldc0.17-0.17.6
ldc 0.17 is the latest version of ldc that can be built without requiring a preinstalled D compiler.

Useful for building more recent versions of ldc.

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

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

From c0338cba54bb3c475b4e7ab0ff2e34b0b9291715 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Tue, 29 Oct 2019 16:19:05 +0100
Subject: [PATCH] New package: ldc0.17-0.17.6

---
 common/shlibs            |  4 ++++
 srcpkgs/ldc0.17-runtime  |  1 +
 srcpkgs/ldc0.17/template | 31 +++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+)
 create mode 120000 srcpkgs/ldc0.17-runtime
 create mode 100644 srcpkgs/ldc0.17/template

diff --git a/common/shlibs b/common/shlibs
index a79ef996138..775bd5e783f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1985,6 +1985,10 @@ libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
 liblastfm.so.1 liblastfm-1.0.9_1
 liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
+libdruntime-ldc-debug.so.68 ldc0.17-runtime-0.17.6_1
+libdruntime-ldc.so.68 ldc0.17-runtime-0.17.6_1
+libphobos2-ldc-debug.so.68 ldc0.17-runtime-0.17.6_1
+libphobos2-ldc.so.68 ldc0.17-runtime-0.17.6_1
 libdruntime-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
 libdruntime-ldc-shared.so.83 ldc-runtime-1.13.0_1
 libphobos2-ldc-shared.so.83 ldc-runtime-1.13.0_1
diff --git a/srcpkgs/ldc0.17-runtime b/srcpkgs/ldc0.17-runtime
new file mode 120000
index 00000000000..4da223c3b92
--- /dev/null
+++ b/srcpkgs/ldc0.17-runtime
@@ -0,0 +1 @@
+ldc0.17
\ No newline at end of file
diff --git a/srcpkgs/ldc0.17/template b/srcpkgs/ldc0.17/template
new file mode 100644
index 00000000000..9e571712244
--- /dev/null
+++ b/srcpkgs/ldc0.17/template
@@ -0,0 +1,31 @@
+# Template file for 'ldc0.17'
+pkgname=ldc0.17
+version=0.17.6
+revision=1
+wrksrc="ldc-${version}-src"
+build_style=cmake
+configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON
+  -DBASH_COMPLETION_COMPLETIONSDIR=/usr/share/bash-completion"
+conf_files="/etc/ldc2.conf"
+hostmakedepends="llvm6.0 pkg-config libconfig-devel bash-completion"
+depends="ldc0.17-runtime"
+short_desc="Portable D programming language compiler based on LLVM, version 0.17"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause, BSL-1.0, GPL-2.0-or-later"
+homepage="https://wiki.dlang.org/LDC"
+changelog="https://raw.githubusercontent.com/ldc-developers/ldc/master/CHANGELOG.md"
+distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
+checksum=868b8c07ab697306ea65f0006fc2b6b96db4df226e82f8f11cafbed6fa9ac561
+nopie=yes
+nocross=yes
+
+post_install() {
+	vlicense LICENSE
+}
+
+ldc0.17-runtime_package() {
+    short_desc+=" - D runtime"
+    pkg_install() {
+        vmove "usr/lib/*.so*"
+    }
+}

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

* Re: [PR PATCH] [Updated] New package: ldc0.17-0.17.6
  2019-10-29 15:22 [PR PATCH] New package: ldc0.17-0.17.6 voidlinux-github
@ 2019-10-29 15:36 ` voidlinux-github
  2019-10-29 15:36 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-29 15:36 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mintsuki against master on the void-packages repository

https://github.com/mintsuki/void-packages master
https://github.com/void-linux/void-packages/pull/15895

New package: ldc0.17-0.17.6
ldc 0.17 is the latest version of ldc that can be built without requiring a preinstalled D compiler.

Useful for building more recent versions of ldc.

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

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

From 2c94eabde63d95d649d1e8324b884cfe5794e569 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Tue, 29 Oct 2019 16:36:24 +0100
Subject: [PATCH] New package: ldc0.17-0.17.6

---
 common/shlibs            |  4 ++++
 srcpkgs/ldc0.17-runtime  |  1 +
 srcpkgs/ldc0.17/template | 31 +++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+)
 create mode 120000 srcpkgs/ldc0.17-runtime
 create mode 100644 srcpkgs/ldc0.17/template

diff --git a/common/shlibs b/common/shlibs
index a79ef996138..775bd5e783f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1985,6 +1985,10 @@ libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
 liblastfm.so.1 liblastfm-1.0.9_1
 liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
+libdruntime-ldc-debug.so.68 ldc0.17-runtime-0.17.6_1
+libdruntime-ldc.so.68 ldc0.17-runtime-0.17.6_1
+libphobos2-ldc-debug.so.68 ldc0.17-runtime-0.17.6_1
+libphobos2-ldc.so.68 ldc0.17-runtime-0.17.6_1
 libdruntime-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
 libdruntime-ldc-shared.so.83 ldc-runtime-1.13.0_1
 libphobos2-ldc-shared.so.83 ldc-runtime-1.13.0_1
diff --git a/srcpkgs/ldc0.17-runtime b/srcpkgs/ldc0.17-runtime
new file mode 120000
index 00000000000..4da223c3b92
--- /dev/null
+++ b/srcpkgs/ldc0.17-runtime
@@ -0,0 +1 @@
+ldc0.17
\ No newline at end of file
diff --git a/srcpkgs/ldc0.17/template b/srcpkgs/ldc0.17/template
new file mode 100644
index 00000000000..ebdb69b7689
--- /dev/null
+++ b/srcpkgs/ldc0.17/template
@@ -0,0 +1,31 @@
+# Template file for 'ldc0.17'
+pkgname=ldc0.17
+version=0.17.6
+revision=1
+wrksrc="ldc-${version}-src"
+build_style=cmake
+configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON
+  -DBASH_COMPLETION_COMPLETIONSDIR=/usr/share/bash-completion"
+conf_files="/etc/ldc2.conf"
+hostmakedepends="llvm6.0 pkg-config libconfig-devel bash-completion"
+depends="ldc0.17-runtime"
+short_desc="Portable D programming language compiler based on LLVM, version 0.17"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause, BSL-1.0, GPL-2.0-or-later"
+homepage="https://wiki.dlang.org/LDC"
+changelog="https://raw.githubusercontent.com/ldc-developers/ldc/master/CHANGELOG.md"
+distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
+checksum=868b8c07ab697306ea65f0006fc2b6b96db4df226e82f8f11cafbed6fa9ac561
+nopie=yes
+nocross=yes
+
+post_install() {
+	vlicense LICENSE
+}
+
+ldc0.17-runtime_package() {
+	short_desc+=" - D runtime"
+	pkg_install() {
+		vmove "usr/lib/*.so*"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: ldc0.17-0.17.6
  2019-10-29 15:22 [PR PATCH] New package: ldc0.17-0.17.6 voidlinux-github
  2019-10-29 15:36 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-29 15:36 ` voidlinux-github
  2019-10-29 15:49 ` voidlinux-github
  2019-10-29 15:49 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-29 15:36 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mintsuki against master on the void-packages repository

https://github.com/mintsuki/void-packages master
https://github.com/void-linux/void-packages/pull/15895

New package: ldc0.17-0.17.6
ldc 0.17 is the latest version of ldc that can be built without requiring a preinstalled D compiler.

Useful for building more recent versions of ldc.

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

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

From 2c94eabde63d95d649d1e8324b884cfe5794e569 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Tue, 29 Oct 2019 16:36:24 +0100
Subject: [PATCH] New package: ldc0.17-0.17.6

---
 common/shlibs            |  4 ++++
 srcpkgs/ldc0.17-runtime  |  1 +
 srcpkgs/ldc0.17/template | 31 +++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+)
 create mode 120000 srcpkgs/ldc0.17-runtime
 create mode 100644 srcpkgs/ldc0.17/template

diff --git a/common/shlibs b/common/shlibs
index a79ef996138..775bd5e783f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1985,6 +1985,10 @@ libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
 liblastfm.so.1 liblastfm-1.0.9_1
 liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
+libdruntime-ldc-debug.so.68 ldc0.17-runtime-0.17.6_1
+libdruntime-ldc.so.68 ldc0.17-runtime-0.17.6_1
+libphobos2-ldc-debug.so.68 ldc0.17-runtime-0.17.6_1
+libphobos2-ldc.so.68 ldc0.17-runtime-0.17.6_1
 libdruntime-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
 libdruntime-ldc-shared.so.83 ldc-runtime-1.13.0_1
 libphobos2-ldc-shared.so.83 ldc-runtime-1.13.0_1
diff --git a/srcpkgs/ldc0.17-runtime b/srcpkgs/ldc0.17-runtime
new file mode 120000
index 00000000000..4da223c3b92
--- /dev/null
+++ b/srcpkgs/ldc0.17-runtime
@@ -0,0 +1 @@
+ldc0.17
\ No newline at end of file
diff --git a/srcpkgs/ldc0.17/template b/srcpkgs/ldc0.17/template
new file mode 100644
index 00000000000..ebdb69b7689
--- /dev/null
+++ b/srcpkgs/ldc0.17/template
@@ -0,0 +1,31 @@
+# Template file for 'ldc0.17'
+pkgname=ldc0.17
+version=0.17.6
+revision=1
+wrksrc="ldc-${version}-src"
+build_style=cmake
+configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON
+  -DBASH_COMPLETION_COMPLETIONSDIR=/usr/share/bash-completion"
+conf_files="/etc/ldc2.conf"
+hostmakedepends="llvm6.0 pkg-config libconfig-devel bash-completion"
+depends="ldc0.17-runtime"
+short_desc="Portable D programming language compiler based on LLVM, version 0.17"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause, BSL-1.0, GPL-2.0-or-later"
+homepage="https://wiki.dlang.org/LDC"
+changelog="https://raw.githubusercontent.com/ldc-developers/ldc/master/CHANGELOG.md"
+distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
+checksum=868b8c07ab697306ea65f0006fc2b6b96db4df226e82f8f11cafbed6fa9ac561
+nopie=yes
+nocross=yes
+
+post_install() {
+	vlicense LICENSE
+}
+
+ldc0.17-runtime_package() {
+	short_desc+=" - D runtime"
+	pkg_install() {
+		vmove "usr/lib/*.so*"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: ldc0.17-0.17.6
  2019-10-29 15:22 [PR PATCH] New package: ldc0.17-0.17.6 voidlinux-github
  2019-10-29 15:36 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-29 15:36 ` voidlinux-github
@ 2019-10-29 15:49 ` voidlinux-github
  2019-10-29 15:49 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-29 15:49 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mintsuki against master on the void-packages repository

https://github.com/mintsuki/void-packages master
https://github.com/void-linux/void-packages/pull/15895

New package: ldc0.17-0.17.6
ldc 0.17 is the latest version of ldc that can be built without requiring a preinstalled D compiler.

Useful for building more recent versions of ldc.

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

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

From 380272e22acdec7d964e400c7e6ac7549fad9645 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Tue, 29 Oct 2019 16:49:29 +0100
Subject: [PATCH] New package: ldc0.17-0.17.6

---
 common/shlibs            |  4 ++++
 srcpkgs/ldc0.17-runtime  |  1 +
 srcpkgs/ldc0.17/template | 31 +++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+)
 create mode 120000 srcpkgs/ldc0.17-runtime
 create mode 100644 srcpkgs/ldc0.17/template

diff --git a/common/shlibs b/common/shlibs
index a79ef996138..775bd5e783f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1985,6 +1985,10 @@ libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
 liblastfm.so.1 liblastfm-1.0.9_1
 liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
+libdruntime-ldc-debug.so.68 ldc0.17-runtime-0.17.6_1
+libdruntime-ldc.so.68 ldc0.17-runtime-0.17.6_1
+libphobos2-ldc-debug.so.68 ldc0.17-runtime-0.17.6_1
+libphobos2-ldc.so.68 ldc0.17-runtime-0.17.6_1
 libdruntime-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
 libdruntime-ldc-shared.so.83 ldc-runtime-1.13.0_1
 libphobos2-ldc-shared.so.83 ldc-runtime-1.13.0_1
diff --git a/srcpkgs/ldc0.17-runtime b/srcpkgs/ldc0.17-runtime
new file mode 120000
index 00000000000..4da223c3b92
--- /dev/null
+++ b/srcpkgs/ldc0.17-runtime
@@ -0,0 +1 @@
+ldc0.17
\ No newline at end of file
diff --git a/srcpkgs/ldc0.17/template b/srcpkgs/ldc0.17/template
new file mode 100644
index 00000000000..04e74c65041
--- /dev/null
+++ b/srcpkgs/ldc0.17/template
@@ -0,0 +1,31 @@
+# Template file for 'ldc0.17'
+pkgname=ldc0.17
+version=0.17.6
+revision=1
+wrksrc="ldc-${version}-src"
+build_style=cmake
+configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON
+ -DBASH_COMPLETION_COMPLETIONSDIR=/usr/share/bash-completion"
+conf_files="/etc/ldc2.conf"
+hostmakedepends="llvm6.0 pkg-config libconfig-devel bash-completion"
+depends="ldc0.17-runtime"
+short_desc="Portable D programming language compiler based on LLVM, version 0.17"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause, BSL-1.0, GPL-2.0-or-later"
+homepage="https://wiki.dlang.org/LDC"
+changelog="https://raw.githubusercontent.com/ldc-developers/ldc/master/CHANGELOG.md"
+distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
+checksum=868b8c07ab697306ea65f0006fc2b6b96db4df226e82f8f11cafbed6fa9ac561
+nopie=yes
+nocross=yes
+
+post_install() {
+	vlicense LICENSE
+}
+
+ldc0.17-runtime_package() {
+	short_desc+=" - D runtime"
+	pkg_install() {
+		vmove "usr/lib/*.so*"
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: ldc0.17-0.17.6
  2019-10-29 15:22 [PR PATCH] New package: ldc0.17-0.17.6 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-29 15:49 ` voidlinux-github
@ 2019-10-29 15:49 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-29 15:49 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by mintsuki against master on the void-packages repository

https://github.com/mintsuki/void-packages master
https://github.com/void-linux/void-packages/pull/15895

New package: ldc0.17-0.17.6
ldc 0.17 is the latest version of ldc that can be built without requiring a preinstalled D compiler.

Useful for building more recent versions of ldc.

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

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

From 380272e22acdec7d964e400c7e6ac7549fad9645 Mon Sep 17 00:00:00 2001
From: mintsuki <mintsuki@protonmail.com>
Date: Tue, 29 Oct 2019 16:49:29 +0100
Subject: [PATCH] New package: ldc0.17-0.17.6

---
 common/shlibs            |  4 ++++
 srcpkgs/ldc0.17-runtime  |  1 +
 srcpkgs/ldc0.17/template | 31 +++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+)
 create mode 120000 srcpkgs/ldc0.17-runtime
 create mode 100644 srcpkgs/ldc0.17/template

diff --git a/common/shlibs b/common/shlibs
index a79ef996138..775bd5e783f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1985,6 +1985,10 @@ libFcitxQt5WidgetsAddons.so.1 libfcitx-qt5-1.2.1_1
 libfcitx-qt5.so.0 libfcitx-qt5-0.1.3_1
 liblastfm.so.1 liblastfm-1.0.9_1
 liblastfm_fingerprint.so.1 liblastfm-1.0.9_1
+libdruntime-ldc-debug.so.68 ldc0.17-runtime-0.17.6_1
+libdruntime-ldc.so.68 ldc0.17-runtime-0.17.6_1
+libphobos2-ldc-debug.so.68 ldc0.17-runtime-0.17.6_1
+libphobos2-ldc.so.68 ldc0.17-runtime-0.17.6_1
 libdruntime-ldc-debug-shared.so.83 ldc-runtime-1.13.0_1
 libdruntime-ldc-shared.so.83 ldc-runtime-1.13.0_1
 libphobos2-ldc-shared.so.83 ldc-runtime-1.13.0_1
diff --git a/srcpkgs/ldc0.17-runtime b/srcpkgs/ldc0.17-runtime
new file mode 120000
index 00000000000..4da223c3b92
--- /dev/null
+++ b/srcpkgs/ldc0.17-runtime
@@ -0,0 +1 @@
+ldc0.17
\ No newline at end of file
diff --git a/srcpkgs/ldc0.17/template b/srcpkgs/ldc0.17/template
new file mode 100644
index 00000000000..04e74c65041
--- /dev/null
+++ b/srcpkgs/ldc0.17/template
@@ -0,0 +1,31 @@
+# Template file for 'ldc0.17'
+pkgname=ldc0.17
+version=0.17.6
+revision=1
+wrksrc="ldc-${version}-src"
+build_style=cmake
+configure_args="-DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc -DBUILD_SHARED_LIBS=ON
+ -DBASH_COMPLETION_COMPLETIONSDIR=/usr/share/bash-completion"
+conf_files="/etc/ldc2.conf"
+hostmakedepends="llvm6.0 pkg-config libconfig-devel bash-completion"
+depends="ldc0.17-runtime"
+short_desc="Portable D programming language compiler based on LLVM, version 0.17"
+maintainer="Orphaned <orphan@voidlinux.org>"
+license="BSD-3-Clause, BSL-1.0, GPL-2.0-or-later"
+homepage="https://wiki.dlang.org/LDC"
+changelog="https://raw.githubusercontent.com/ldc-developers/ldc/master/CHANGELOG.md"
+distfiles="https://github.com/ldc-developers/ldc/releases/download/v${version}/ldc-${version}-src.tar.gz"
+checksum=868b8c07ab697306ea65f0006fc2b6b96db4df226e82f8f11cafbed6fa9ac561
+nopie=yes
+nocross=yes
+
+post_install() {
+	vlicense LICENSE
+}
+
+ldc0.17-runtime_package() {
+	short_desc+=" - D runtime"
+	pkg_install() {
+		vmove "usr/lib/*.so*"
+	}
+}

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

end of thread, other threads:[~2019-10-29 15:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 15:22 [PR PATCH] New package: ldc0.17-0.17.6 voidlinux-github
2019-10-29 15:36 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-29 15:36 ` voidlinux-github
2019-10-29 15:49 ` voidlinux-github
2019-10-29 15:49 ` 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).