[arch-commits] Commit in dfmt/repos/community-x86_64 (PKGBUILD PKGBUILD)
Dan Printzell
wild at archlinux.org
Sat Jan 27 20:03:31 UTC 2018
Date: Saturday, January 27, 2018 @ 20:03:27
Author: wild
Revision: 287518
archrelease: copy trunk to community-x86_64
Added:
dfmt/repos/community-x86_64/PKGBUILD
(from rev 287517, dfmt/trunk/PKGBUILD)
Deleted:
dfmt/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 94 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 50 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-27 20:03:15 UTC (rev 287517)
+++ PKGBUILD 2018-01-27 20:03:27 UTC (rev 287518)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Dan Printzell <arch at vild.io>
-
-pkgname=('dfmt')
-pkgver=0.5.0
-pkgrel=4
-_pkgcommit=fef85e388a41add75020675ab33ed7e55c3efe85
-pkgdesc="Dfmt is a formatter for D source code"
-arch=('i686' 'x86_64')
-url="https://github.com/dlang-community/dfmt"
-license=("custom")
-groups=('dlang')
-makedepends=('dmd' 'git')
-depends=('libphobos')
-
-source=(
- "git+https://github.com/dlang-community/dfmt#commit=$_pkgcommit"
- "git+https://github.com/dlang-community/libdparse"
-)
-sha256sums=(
- 'SKIP'
- 'SKIP'
-)
-
-prepare() {
- cd "$srcdir/dfmt"
-
- git submodule init
- git config submodule.libdparse.url "$srcdir/libdparse"
- git submodule update
-}
-
-build() {
- cd "$srcdir/dfmt"
- make
-}
-
-package() {
- # binaries
- install -Dm755 "$srcdir/dfmt/bin/dfmt" "$pkgdir/usr/bin/dfmt"
-
- # license
- install -Dm644 "$srcdir/dfmt/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: dfmt/repos/community-x86_64/PKGBUILD (from rev 287517, dfmt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-01-27 20:03:27 UTC (rev 287518)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Dan Printzell <arch at vild.io>
+
+pkgname=('dfmt')
+pkgver=0.5.2
+pkgrel=1
+_pkgcommit=0b7189107276163b250c311f35b9121b34d11808
+pkgdesc="Dfmt is a formatter for D source code"
+arch=('x86_64')
+url="https://github.com/dlang-community/dfmt"
+license=("custom")
+groups=('dlang')
+makedepends=('dmd' 'git')
+depends=('libphobos')
+
+source=(
+ "git+https://github.com/dlang-community/dfmt#commit=$_pkgcommit"
+ "git+https://github.com/dlang-community/libdparse"
+ "git+https://github.com/sociomantic-tsunami/makd"
+ "git+https://github.com/sociomantic-tsunami/beaver"
+)
+sha256sums=(
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+)
+
+prepare() {
+ cd "$srcdir/dfmt"
+
+ git submodule init
+ git config submodule.libdparse.url "$srcdir/libdparse"
+ git config submodule.makd.url "$srcdir/makd"
+ git config submodule.beaver.url "$srcdir/beaver"
+ git submodule update
+}
+
+build() {
+ cd "$srcdir/dfmt"
+ make
+}
+
+package() {
+ # binaries
+ install -Dm755 "$srcdir/dfmt/bin/dfmt" "$pkgdir/usr/bin/dfmt"
+
+ # license
+ install -Dm644 "$srcdir/dfmt/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list