blob: 5df3e40a1c00110642db3d0a048d5ac825796141 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = checkstyle
pkgdesc = A tool to help programmers write Java code that adheres to a coding standard
pkgver = 10.4
pkgrel = 1
url = http://checkstyle.sourceforge.net
arch = any
license = LGPL2.1
makedepends = maven
makedepends = java-environment>=8
depends = java-runtime>=8
source = https://github.com/checkstyle/checkstyle/archive/checkstyle-10.4.tar.gz
source = checkstyle
sha256sums = 801e206968d03a53b9276d0af70db501a297a17f779ceb89ac0973b166c0e7c3
sha256sums = 5bf5f7e688aec23fce2a507384c595ac44339ace5bb9624fc8be61e036688234
pkgname = checkstyle
|