[arch-commits] Commit in jad/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Jul 4 17:11:37 UTC 2021
Date: Sunday, July 4, 2021 @ 17:11:36
Author: arodseth
Revision: 972159
archrelease: copy trunk to community-x86_64
Added:
jad/repos/community-x86_64/PKGBUILD
(from rev 972158, jad/trunk/PKGBUILD)
Deleted:
jad/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 +++++++++++++++++++++++++---------------------------
1 file changed, 25 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-04 17:10:36 UTC (rev 972158)
+++ PKGBUILD 2021-07-04 17:11:36 UTC (rev 972159)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: astaroth <astaroth_ at web.de>
-
-pkgname=jad
-pkgver=1.5.8e
-pkgrel=8
-pkgdesc='Java decompiler'
-license=('custom')
-arch=('x86_64')
-url='https://varaneckas.com/jad'
-optdepends=('vim-jad: open class files directly in vim and see the decompiled source code')
-source=("https://varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip"
- 'l.html::https://varaneckas.com/jad')
-sha256sums=('2878e19fc1fdd725b516f538a57b02aaec1b2d1e4b106d550230381ffa9c0c81'
- 'f6453f88f287d7f3ad48ab5ad8afcd0c3d53b01fdbc439401040b7a6305bbd5c')
-
-prepare() {
- grep '<blockquote>' -A18 l.html | cut -d'>' -f2 | cut -d'<' -f1 > LICENSE
-}
-
-package() {
- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
- install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:
Copied: jad/repos/community-x86_64/PKGBUILD (from rev 972158, jad/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-04 17:11:36 UTC (rev 972159)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: astaroth <astaroth_ at web.de>
+
+pkgname=jad
+pkgver=1.5.8e
+pkgrel=9
+pkgdesc='Java decompiler'
+license=(custom)
+arch=(x86_64)
+url='https://varaneckas.com/jad'
+optdepends=('vim-jad: open class files directly in vim and see the decompiled source code')
+source=("https://varaneckas.com/$pkgname/${pkgname}${pkgver//./}.linux.static.zip"
+ 'license.html::https://varaneckas.com/jad')
+b2sums=('1bb59583fee60a805b47ea7fa0cb14090912719ea827453447777873c7c17dadb39b17938207dd56ef6f2ccf0fbaed7bbf953b68b9bd66c3f8694cf771bd423e'
+ '4195dc5a26a18d938490dcc1343dfbba934b0bb333eedd0df45b62c0e4c988a25e7d85d45e418c64fa5643dfa9a97f33a178a4d57fc37f1bf5f85db8a192790a')
+
+prepare() {
+ grep '<blockquote>' -A18 license.html | cut -d'>' -f2 | cut -d'<' -f1 > LICENSE
+}
+
+package() {
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 Readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list