[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Nov 27 10:44:35 UTC 2020
Date: Friday, November 27, 2020 @ 10:44:34
Author: felixonmars
Revision: 764038
archrelease: copy trunk to community-any
Added:
mill/repos/community-any/PKGBUILD
(from rev 764037, mill/trunk/PKGBUILD)
Deleted:
mill/repos/community-any/PKGBUILD
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-27 10:44:24 UTC (rev 764037)
+++ PKGBUILD 2020-11-27 10:44:34 UTC (rev 764038)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Jiuyang Liu <liujiuyang1994 at gmail.com>
-# Contributor: Christian Krause ("wookietreiber") <christian.krause at mailbox.org>
-# Contributor: Guillaume Raffin ("theelectronwill") <theelectronwill at gmail.com>
-
-pkgname=mill
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Your shiny new Java/Scala build tool"
-arch=(any)
-url="https://www.lihaoyi.com/mill/index.html"
-license=('MIT')
-depends=('bash' 'java-environment')
-makedepends=('mill')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lihaoyi/mill/archive/$pkgver.tar.gz")
-sha512sums=('760b79dfcc9742ec87dfb70588eeb9e17b2dadaee4aaf96bbb6aab34c084061a89ee7c57c321a9c998f666c2c0c867cb2835c81b2b3f31eff8f6e2ae177a460c')
-
-prepare() {
- cd mill-$pkgver
- # workaround non-git build
- sed -e "s/'git/'true/" -e "s/^.*--exact-match.*$/\"$pkgver\"/" -i build.sc
-}
-
-build() {
- cd mill-$pkgver
- mill -i all __.publishLocal assembly
-}
-
-package() {
- cd mill-$pkgver
- install -Dm755 out/assembly/dest/mill "$pkgdir"/usr/bin/mill
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/mill/LICENSE
-}
Copied: mill/repos/community-any/PKGBUILD (from rev 764037, mill/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-27 10:44:34 UTC (rev 764038)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Jiuyang Liu <liujiuyang1994 at gmail.com>
+# Contributor: Christian Krause ("wookietreiber") <christian.krause at mailbox.org>
+# Contributor: Guillaume Raffin ("theelectronwill") <theelectronwill at gmail.com>
+
+pkgname=mill
+pkgver=0.8.0_11
+_commit=8cd135ad640b2732462739f6b104df4d3ac7edc1
+pkgrel=1
+pkgdesc="Your shiny new Java/Scala build tool"
+arch=(any)
+url="https://www.lihaoyi.com/mill/index.html"
+license=('MIT')
+depends=('bash' 'java-environment')
+makedepends=('mill')
+source=("$pkgname-$_commit.tar.gz::https://github.com/lihaoyi/mill/archive/$_commit.tar.gz")
+sha512sums=('cfb71718aa500dda15f56012872934c2934b70eeb301bafe4c6defa9d1c58bf6ddd5a58eaedee82a8b8064f5f1d536e0fe255623f0f8323a9507b25504884af1')
+
+prepare() {
+ cd mill-$_commit
+ # workaround non-git build
+ sed -e "s/'git/'true/" -e "s/^.*--exact-match.*$/\"$pkgver\"/" -i build.sc
+}
+
+build() {
+ cd mill-$_commit
+ mill -i all __.publishLocal assembly
+}
+
+package() {
+ cd mill-$_commit
+ install -Dm755 out/assembly/dest/mill "$pkgdir"/usr/bin/mill
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/mill/LICENSE
+}
More information about the arch-commits
mailing list