[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Aug 24 12:38:01 UTC 2022
Date: Wednesday, August 24, 2022 @ 12:38:00
Author: felixonmars
Revision: 1276117
archrelease: copy trunk to community-any
Added:
mill/repos/community-any/PKGBUILD
(from rev 1276116, mill/trunk/PKGBUILD)
Deleted:
mill/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-24 12:37:44 UTC (rev 1276116)
+++ PKGBUILD 2022-08-24 12:38:00 UTC (rev 1276117)
@@ -1,36 +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.10.5
-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=('3e294fd1808eca62596268366d065bd5c8760197705b034fa3c44913e3ddf2276076153cc11aee0d611370abea7e7088485c1ac1506245a8b6d5fd3e6fd1bbdb')
-
-prepare() {
- cd mill-$pkgver
- # workaround non-git build
- sed -e "s/VcsVersion.vcsState().format()/\"$pkgver\"/" \
- -e 's/VcsVersion.vcsState().lastTag.getOrElse//' \
- -e "s/sys.error(\"No (last) git tag found. Your git history seems incomplete!\")/\"$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 1276116, mill/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-24 12:38:00 UTC (rev 1276117)
@@ -0,0 +1,36 @@
+# 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.10.6
+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=('10c35dba6417a3c1397374c0712a11f0930bf99b8b33f3211176d5aaedc429bb4478a579d5a69c90d7995f799d8188be04106e8deacace17a61fcd4c84d38ddd')
+
+prepare() {
+ cd mill-$pkgver
+ # workaround non-git build
+ sed -e "s/VcsVersion.vcsState().format()/\"$pkgver\"/" \
+ -e 's/VcsVersion.vcsState().lastTag.getOrElse//' \
+ -e "s/sys.error(\"No (last) git tag found. Your git history seems incomplete!\")/\"$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
+}
More information about the arch-commits
mailing list