blob: b62c971ac37d894b1d09552d587eb13ea688afe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
pkgname=java-sonatype-oss-parent
pkgver=7
pkgdesc="Metadata file for Maven-based build systems to inherit from"
license='Apache2'
_groupId=org.sonatype.oss
_artifactId=oss-parent
pkgrel=1
arch=('any')
makedepends=('jh')
source=("http://search.maven.org/remotecontent?filepath=$_groupId/$_artifactId/$pkgver/$_artifactId-$pkgver.pom")
package() {
cd "$srcdir"
DESTDIR=$pkgdir jh mvn-install $_groupId $_artifactId $pkgver $_artifactId-$pkgver.pom
}
md5sums=('3e418cf7f2607bf359e6c514a992cb38')
|