[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2022-08-24 Thread Felix Yan via arch-commits
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
===
--- PKGBUILD2022-08-24 12:37:44 UTC (rev 1276116)
+++ PKGBUILD2022-08-24 12:38:00 UTC (rev 1276117)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-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)
+++ PKGBUILD2022-08-24 12:38:00 UTC (rev 1276117)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+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
+}



[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2022-07-02 Thread Felix Yan via arch-commits
Date: Sunday, July 3, 2022 @ 02:51:42
  Author: felixonmars
Revision: 1243723

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 1243722, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-03 02:51:21 UTC (rev 1243722)
+++ PKGBUILD2022-07-03 02:51:42 UTC (rev 1243723)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.10.4
-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=('1a96eb8d5eccde0215afbb5f88246013debc34e46df70283d015b8c625c92104bb55a158e81045e6afc3c251744a3f52af00e086043fc2813af3f72124b980bf')
-
-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 1243722, 
mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-03 02:51:42 UTC (rev 1243723)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+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
+}



[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2022-05-06 Thread Felix Yan via arch-commits
Date: Friday, May 6, 2022 @ 23:35:44
  Author: felixonmars
Revision: 1196103

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 1196102, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-06 23:35:38 UTC (rev 1196102)
+++ PKGBUILD2022-05-06 23:35:44 UTC (rev 1196103)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.10.3
-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=('d0443be35b41f2afd77bc5a4a32be66f87dca05478305b0816c07a2c7d852d738318b3acdf14f8ae8702f3e3f52b13e70590700c96a9180e141b8edb37dee73d')
-
-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 1196102, 
mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-06 23:35:44 UTC (rev 1196103)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.10.4
+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=('1a96eb8d5eccde0215afbb5f88246013debc34e46df70283d015b8c625c92104bb55a158e81045e6afc3c251744a3f52af00e086043fc2813af3f72124b980bf')
+
+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
+}



[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2022-04-11 Thread Felix Yan via arch-commits
Date: Monday, April 11, 2022 @ 17:55:26
  Author: felixonmars
Revision: 1185881

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 1185880, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-11 17:55:10 UTC (rev 1185880)
+++ PKGBUILD2022-04-11 17:55:26 UTC (rev 1185881)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.10.2
-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=('852193fbb96116ce2f414b9fd1cb344add1b8c49034611ca47aa573a4d455d79f4db4a89c4243908b060fffc19ccdbca15dbcee36e3fd0b6449efbba0253ff1a')
-
-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 1185880, 
mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-11 17:55:26 UTC (rev 1185881)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.10.3
+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=('d0443be35b41f2afd77bc5a4a32be66f87dca05478305b0816c07a2c7d852d738318b3acdf14f8ae8702f3e3f52b13e70590700c96a9180e141b8edb37dee73d')
+
+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
+}



[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2022-03-18 Thread Felix Yan via arch-commits
Date: Friday, March 18, 2022 @ 20:19:02
  Author: felixonmars
Revision: 1159063

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 1159062, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-18 20:18:56 UTC (rev 1159062)
+++ PKGBUILD2022-03-18 20:19:02 UTC (rev 1159063)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.10.1
-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=('c0c2556416decd14dd96c722b9ad2e7dc974dc2ea3d4c2ac61f9d450952ac595b2398f0847fb0d44cae52c4904d210532c521f5e12d1ba636042b647328970d6')
-
-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 1159062, 
mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-18 20:19:02 UTC (rev 1159063)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.10.2
+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=('852193fbb96116ce2f414b9fd1cb344add1b8c49034611ca47aa573a4d455d79f4db4a89c4243908b060fffc19ccdbca15dbcee36e3fd0b6449efbba0253ff1a')
+
+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
+}



[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2022-03-18 Thread Felix Yan via arch-commits
Date: Friday, March 18, 2022 @ 19:33:19
  Author: felixonmars
Revision: 1158966

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 1158965, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-18 19:33:08 UTC (rev 1158965)
+++ PKGBUILD2022-03-18 19:33:19 UTC (rev 1158966)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.10.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=('4899f50e8d94faa4b8a179b55e699fa4627d5052757ee6b7e17beeb583b203065465c3919efaa058b40c4354bc0357b212aaa67fea3edcfaceb4f00f9164f94c')
-
-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 1158965, 
mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-18 19:33:19 UTC (rev 1158966)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.10.1
+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=('c0c2556416decd14dd96c722b9ad2e7dc974dc2ea3d4c2ac61f9d450952ac595b2398f0847fb0d44cae52c4904d210532c521f5e12d1ba636042b647328970d6')
+
+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
+}



[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2022-01-18 Thread Felix Yan via arch-commits
Date: Tuesday, January 18, 2022 @ 11:29:02
  Author: felixonmars
Revision: 1108557

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 1108556, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   69 +++--
 1 file changed, 36 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-18 11:28:53 UTC (rev 1108556)
+++ PKGBUILD2022-01-18 11:29:02 UTC (rev 1108557)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.9.12
-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=('40e96fdabab49e530b9710bebc12f2aecc5b3d17dea86f03f13545e2e298cefd5bf0c34965e6db85f5b215afc65486edfe967854ab838240188e7f2729782a40')
-
-prepare() {
-  cd mill-$pkgver
-  # workaround non-git build
-  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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 1108556, 
mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-18 11:29:02 UTC (rev 1108557)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.10.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=('4899f50e8d94faa4b8a179b55e699fa4627d5052757ee6b7e17beeb583b203065465c3919efaa058b40c4354bc0357b212aaa67fea3edcfaceb4f00f9164f94c')
+
+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
+}



[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2022-01-09 Thread Felix Yan via arch-commits
Date: Sunday, January 9, 2022 @ 20:52:46
  Author: felixonmars
Revision: 1098516

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 1098515, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-01-09 20:52:36 UTC (rev 1098515)
+++ PKGBUILD2022-01-09 20:52:46 UTC (rev 1098516)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.9.11
-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=('06a1690bcd85d381ed4de0eb72dfea4b1027e61fa6ed8f65388690a6273246bc6bd8be8ce8212a35d3b790854af74c8114cf9337a0ceff8d813420506d3a40eb')
-
-prepare() {
-  cd mill-$pkgver
-  # workaround non-git build
-  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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 1098515, 
mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-01-09 20:52:46 UTC (rev 1098516)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.9.12
+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=('40e96fdabab49e530b9710bebc12f2aecc5b3d17dea86f03f13545e2e298cefd5bf0c34965e6db85f5b215afc65486edfe967854ab838240188e7f2729782a40')
+
+prepare() {
+  cd mill-$pkgver
+  # workaround non-git build
+  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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
+}



[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2021-12-19 Thread Felix Yan via arch-commits
Date: Monday, December 20, 2021 @ 01:40:54
  Author: felixonmars
Revision: 1079182

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 1079181, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-20 01:40:42 UTC (rev 1079181)
+++ PKGBUILD2021-12-20 01:40:54 UTC (rev 1079182)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.9.10
-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=('ed15e10e092c51c45c554b3b341307782ec6e6086573cfd33638d9088b5f5d3abc4c57cee2da213f99be4113600fcd95d9caba6f10d8bbd09d9ea93011ed6229')
-
-prepare() {
-  cd mill-$pkgver
-  # workaround non-git build
-  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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 1079181, 
mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-20 01:40:54 UTC (rev 1079182)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.9.11
+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=('06a1690bcd85d381ed4de0eb72dfea4b1027e61fa6ed8f65388690a6273246bc6bd8be8ce8212a35d3b790854af74c8114cf9337a0ceff8d813420506d3a40eb')
+
+prepare() {
+  cd mill-$pkgver
+  # workaround non-git build
+  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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
+}



[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2021-11-13 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 16:26:15
  Author: felixonmars
Revision: 1045614

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 1045613, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-13 16:26:06 UTC (rev 1045613)
+++ PKGBUILD2021-11-13 16:26:15 UTC (rev 1045614)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.9.9
-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=('329476a4942c1c38088e52a73670e9d57964b666ae9a205cae142d5e9c8812bdfb90a1e4288dfeefa8804d70b5636343820d7d7695493c9bfbf667096912ed68')
-
-prepare() {
-  cd mill-$pkgver
-  # workaround non-git build
-  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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 1045613, 
mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-13 16:26:15 UTC (rev 1045614)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.9.10
+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=('ed15e10e092c51c45c554b3b341307782ec6e6086573cfd33638d9088b5f5d3abc4c57cee2da213f99be4113600fcd95d9caba6f10d8bbd09d9ea93011ed6229')
+
+prepare() {
+  cd mill-$pkgver
+  # workaround non-git build
+  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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
+}



[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2021-07-16 Thread Felix Yan via arch-commits
Date: Friday, July 16, 2021 @ 16:19:44
  Author: felixonmars
Revision: 977638

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 977637, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-16 16:19:29 UTC (rev 977637)
+++ PKGBUILD2021-07-16 16:19:44 UTC (rev 977638)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.9.8
-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=('71bf5fa07378e12239e9237d33a715c12bd05e7790d5a5504a49271b99b81bad9dad4a83f2fb15f7b06d08d961251dfaab8b19113e29fcb8d14f637712476738')
-
-prepare() {
-  cd mill-$pkgver
-  # workaround non-git build
-  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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 977637, mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-07-16 16:19:44 UTC (rev 977638)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.9.9
+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=('329476a4942c1c38088e52a73670e9d57964b666ae9a205cae142d5e9c8812bdfb90a1e4288dfeefa8804d70b5636343820d7d7695493c9bfbf667096912ed68')
+
+prepare() {
+  cd mill-$pkgver
+  # workaround non-git build
+  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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
+}



[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2021-05-27 Thread Felix Yan via arch-commits
Date: Friday, May 28, 2021 @ 00:06:17
  Author: felixonmars
Revision: 949241

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 949240, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-28 00:06:06 UTC (rev 949240)
+++ PKGBUILD2021-05-28 00:06:17 UTC (rev 949241)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.9.7
-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=('8c2c5e3648e1fd0e0df9799e8df1b0589f2f19e511377912310cc7ad4fa2efb2270121aa8004f00ca4f1f66170dbdb3642c197f5b9314d02a1b39d914319310d')
-
-prepare() {
-  cd mill-$pkgver
-  # workaround non-git build
-  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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 949240, mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-28 00:06:17 UTC (rev 949241)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.9.8
+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=('71bf5fa07378e12239e9237d33a715c12bd05e7790d5a5504a49271b99b81bad9dad4a83f2fb15f7b06d08d961251dfaab8b19113e29fcb8d14f637712476738')
+
+prepare() {
+  cd mill-$pkgver
+  # workaround non-git build
+  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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
+}


[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2021-05-16 Thread Felix Yan via arch-commits
Date: Sunday, May 16, 2021 @ 06:42:11
  Author: felixonmars
Revision: 935129

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 935122, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-16 06:42:11 UTC (rev 935128)
+++ PKGBUILD2021-05-16 06:42:11 UTC (rev 935129)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.9.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=('0622a704fcaf42827faf26cc2185f575497dfceee1d1051fa73ebc6f393bc568778d3eb8fd4ba97b8063fbff1ab85d5a4b050dfe9034df86aa642a06ebcab7d5')
-
-prepare() {
-  cd mill-$pkgver
-  # workaround non-git build
-  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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 935122, mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-05-16 06:42:11 UTC (rev 935129)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.9.7
+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=('8c2c5e3648e1fd0e0df9799e8df1b0589f2f19e511377912310cc7ad4fa2efb2270121aa8004f00ca4f1f66170dbdb3642c197f5b9314d02a1b39d914319310d')
+
+prepare() {
+  cd mill-$pkgver
+  # workaround non-git build
+  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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
+}


[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2021-04-21 Thread Felix Yan via arch-commits
Date: Thursday, April 22, 2021 @ 00:17:27
  Author: felixonmars
Revision: 920826

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 920825, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-04-22 00:17:11 UTC (rev 920825)
+++ PKGBUILD2021-04-22 00:17:27 UTC (rev 920826)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.9.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=('4289e8508b74071bef5263168f9f49755bae9b593598fea2baea47252eb4fe05414c71c361a912c90afdf143e2c42d448e6751e23220334479a91f789e9fc7a3')
-
-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 920825, mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-04-22 00:17:27 UTC (rev 920826)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.9.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=('0622a704fcaf42827faf26cc2185f575497dfceee1d1051fa73ebc6f393bc568778d3eb8fd4ba97b8063fbff1ab85d5a4b050dfe9034df86aa642a06ebcab7d5')
+
+prepare() {
+  cd mill-$pkgver
+  # workaround non-git build
+  sed -e 
"s/VcsVersion.vcsState().format()/\"$pkgver\"/;s/VcsVersion.vcsState().lastTag.get/\"$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
+}


[arch-commits] Commit in mill/repos/community-any (PKGBUILD PKGBUILD)

2021-01-29 Thread Felix Yan via arch-commits
Date: Friday, January 29, 2021 @ 12:55:06
  Author: felixonmars
Revision: 834637

archrelease: copy trunk to community-any

Added:
  mill/repos/community-any/PKGBUILD
(from rev 834636, mill/trunk/PKGBUILD)
Deleted:
  mill/repos/community-any/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-01-29 12:54:53 UTC (rev 834636)
+++ PKGBUILD2021-01-29 12:55:06 UTC (rev 834637)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jiuyang Liu 
-# Contributor: Christian Krause ("wookietreiber") 

-# Contributor: Guillaume Raffin ("theelectronwill") 
-
-pkgname=mill
-pkgver=0.9.4
-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=('442b73df51d8f8a5cdc59c1fa62b2dcd561f59decd4cceff928200a19b4a333e25737b21ce4a0a2acdc97caf2da67169271eeedd7ff78637a09be7e006b0b2c2')
-
-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 834636, mill/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-01-29 12:55:06 UTC (rev 834637)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Jiuyang Liu 
+# Contributor: Christian Krause ("wookietreiber") 

+# Contributor: Guillaume Raffin ("theelectronwill") 
+
+pkgname=mill
+pkgver=0.9.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=('4289e8508b74071bef5263168f9f49755bae9b593598fea2baea47252eb4fe05414c71c361a912c90afdf143e2c42d448e6751e23220334479a91f789e9fc7a3')
+
+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
+}