upgpkg: 2.073.1-1
This commit is contained in:
parent
c25a4e8fa0
commit
44dabc4502
26
PKGBUILD
26
PKGBUILD
@ -1,32 +1,26 @@
|
|||||||
# Maintainer: Mihails Strasunse <public@dicebot.lv>
|
# Maintainer: Mihails Strasunse <public@dicebot.lv>
|
||||||
|
|
||||||
pkgname=('dtools')
|
pkgname=('dtools')
|
||||||
pkgver=2.073.0
|
pkgver=2.073.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Ancilliary tools for the D programming language"
|
pkgdesc="Ancilliary tools for the D programming language"
|
||||||
license=("custom")
|
license=("custom")
|
||||||
groups=('dlang')
|
groups=('dlang')
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.dlang.org"
|
url="http://www.dlang.org"
|
||||||
makedepends=('dmd' 'libphobos' 'git')
|
makedepends=('dmd' 'libphobos')
|
||||||
depends=('curl')
|
depends=('curl')
|
||||||
|
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dlang/tools/archive/v${pkgver}.tar.gz
|
||||||
source=(
|
"http://www.boost.org/LICENSE_1_0.txt"
|
||||||
"git+http://github.com/D-Programming-Language/tools#commit=3a32331303e2e62f429b8136ba0de0e9a9294722"
|
"autodetect.diff")
|
||||||
"http://www.boost.org/LICENSE_1_0.txt"
|
sha512sums=('fe3eb50bd225ae95e187d7938b2f8a73a0b997f64298ffcd6428182c60111b526711952c6e5c23792a66fb62219539a5daec125dbe719d67e24bcf824ef25d8e'
|
||||||
"autodetect.diff"
|
'd6078467835dba8932314c1c1e945569a64b065474d7aced27c9a7acc391d52e9f234138ed9f1aa9cd576f25f12f557e0b733c14891d42c16ecdc4a7bd4d60b8'
|
||||||
)
|
'3bce3c66cf24837fcb9bf244f2b07ed6116d8d67a75b2319010cf93956e93b43262b7d9613359503e6b0352b82684be8baeeb7b1f50e77accda334ce470bf5e3')
|
||||||
sha256sums=('SKIP'
|
|
||||||
'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566'
|
|
||||||
'283f6708499b62b0d2e1429f329f809dc6f2fd659c51e8d3cd0d16ce81efe70d')
|
|
||||||
|
|
||||||
build()
|
build()
|
||||||
{
|
{
|
||||||
# DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
|
|
||||||
DMD=dmd
|
DMD=dmd
|
||||||
|
cd tools-${pkgver}
|
||||||
cd $srcdir/tools
|
|
||||||
git apply $srcdir/autodetect.diff
|
|
||||||
|
|
||||||
# rdmd is used to build others
|
# rdmd is used to build others
|
||||||
$DMD -od. -ofdtools-rdmd rdmd.d
|
$DMD -od. -ofdtools-rdmd rdmd.d
|
||||||
@ -38,7 +32,7 @@ build()
|
|||||||
|
|
||||||
package()
|
package()
|
||||||
{
|
{
|
||||||
cd $srcdir/tools
|
cd tools-${pkgver}
|
||||||
|
|
||||||
mkdir -p $pkgdir/usr/bin
|
mkdir -p $pkgdir/usr/bin
|
||||||
for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
|
for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user