[arch-commits] Commit in groovy-docs/repos (2 files)

Jonas Witschel diabonas at archlinux.org
Sat Mar 20 21:54:12 UTC 2021


    Date: Saturday, March 20, 2021 @ 21:54:12
  Author: diabonas
Revision: 896216

archrelease: copy trunk to community-testing-any

Added:
  groovy-docs/repos/community-testing-any/
  groovy-docs/repos/community-testing-any/PKGBUILD
    (from rev 896215, groovy-docs/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: groovy-docs/repos/community-testing-any/PKGBUILD (from rev 896215, groovy-docs/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-03-20 21:54:12 UTC (rev 896216)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bruce <b_a_g99 at hotmail.com>
+
+pkgname=groovy-docs
+pkgver=3.0.7
+pkgrel=1
+pkgdesc='Documentation for the Groovy programming language'
+url='https://groovy-lang.org/'
+license=('APACHE')
+arch=('any')
+source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-$pkgver.zip")
+sha256sums=('fd7678a9e017ea2f30fe15dde0797a16252fec30bf37444a9fb308011ce8ce47')
+
+prepare() {
+  find "$srcdir" -type f -exec chmod -x {} \;
+}
+
+package() {
+  install -d "$pkgdir/usr/share/doc/groovy-$pkgver"
+  cp -r "groovy-$pkgver" "$pkgdir/usr/share/doc/"
+}
+
+# getver: groovy-lang.org/changelogs.html
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list