dmd: update to 2.087.1
This commit is contained in:
parent
d78cb0d201
commit
237897b7fd
1 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'dmd'
|
# Template file for 'dmd'
|
||||||
pkgname=dmd
|
pkgname=dmd
|
||||||
version=2.085.0
|
version=2.087.1
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
makedepends="dmd2.081 git"
|
makedepends="dmd2.081 git"
|
||||||
depends="libphobos>=${version} gcc"
|
depends="libphobos>=${version} gcc"
|
||||||
short_desc="Digital Mars D compiler"
|
short_desc="Digital Mars D compiler"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="streaks <assemblyislaw@gmail.com>"
|
||||||
license="BSL-1.0"
|
license="BSL-1.0"
|
||||||
homepage="http://www.digitalmars.com/d/2.0/"
|
homepage="http://www.digitalmars.com/d/2.0/"
|
||||||
distfiles="
|
distfiles="
|
||||||
|
@ -14,10 +14,10 @@ distfiles="
|
||||||
https://github.com/dlang/druntime/archive/v${version}.tar.gz>druntime-${version}.tar.gz
|
https://github.com/dlang/druntime/archive/v${version}.tar.gz>druntime-${version}.tar.gz
|
||||||
https://github.com/dlang/phobos/archive/v${version}.tar.gz>phobos-${version}.tar.gz
|
https://github.com/dlang/phobos/archive/v${version}.tar.gz>phobos-${version}.tar.gz
|
||||||
http://downloads.dlang.org/releases/2.x/${version}/dmd.${version}.linux.tar.xz"
|
http://downloads.dlang.org/releases/2.x/${version}/dmd.${version}.linux.tar.xz"
|
||||||
checksum="5e45e9ccf07fb0b500f63500b143f8b66dbaf3f4348d2a5250799fc2d22f8225
|
checksum="4239b8b6dc09acf3cdaa1c924f3a2b3cddd0fb532f817c4027b8966f1e96b3a8
|
||||||
b490b04afbd771a51188fd864497b5bf01b28d5a49fb06da420036fc8ea2f7d2
|
19b7f18e11934a582d67dcb39c3ea91d5c24444c3be311f93160e0016ccc58fa
|
||||||
c2018c8275cf83b542a9cc2c8dc99a770e9b8b89e638f8971dc9945bd0e5385e
|
84c7120e972255b4c66c532ff771ecbbb615b87140d0ffcb214d04b0d418f28f
|
||||||
25d53bb87ff337f99984fcf77d4216d0b9af53ce9dfaf1c3fadf9c3959338487"
|
c3c6cc865f5aa66dce4244467797b596ed0ada2bde93031350dc36713733cfc1"
|
||||||
conf_files="/etc/dmd.conf"
|
conf_files="/etc/dmd.conf"
|
||||||
provides="d-compiler-${version}_${revision}"
|
provides="d-compiler-${version}_${revision}"
|
||||||
conflicts="dmd-bootstrap dmd2.081"
|
conflicts="dmd-bootstrap dmd2.081"
|
||||||
|
@ -74,7 +74,7 @@ do_install() {
|
||||||
dmd-doc_package() {
|
dmd-doc_package() {
|
||||||
short_desc="Documentation and sample code for D programming language"
|
short_desc="Documentation and sample code for D programming language"
|
||||||
replaces="dmd-docs>=0"
|
replaces="dmd-docs>=0"
|
||||||
license="Boost License"
|
license="BSL-1.0"
|
||||||
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
cd dmd2
|
cd dmd2
|
||||||
|
@ -91,7 +91,7 @@ dmd-doc_package() {
|
||||||
|
|
||||||
libphobos_package() {
|
libphobos_package() {
|
||||||
short_desc+=" - standard library"
|
short_desc+=" - standard library"
|
||||||
license="Boost License"
|
license="BSL-1.0"
|
||||||
conflicts="dmd-bootstrap"
|
conflicts="dmd-bootstrap"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vinstall ${wrksrc}/druntime/generated/linux/release/$_archbits/libdruntime.a 644 usr/lib libdruntime.a
|
vinstall ${wrksrc}/druntime/generated/linux/release/$_archbits/libdruntime.a 644 usr/lib libdruntime.a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue