diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-08 07:46:46 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-08 14:00:10 +0100 |
commit | 3668cce7ff47496a3d1a24e154ac87629832d10d (patch) | |
tree | 74267ac09d35c9755c2f2d538c248cd2b0b00e0f /pcr/java-sonatype-oss-parent/PKGBUILD | |
parent | 7eee3a5c23d63e386c4294e76b2912525f0a8ce0 (diff) | |
download | abslibre-3668cce7ff47496a3d1a24e154ac87629832d10d.tar.gz abslibre-3668cce7ff47496a3d1a24e154ac87629832d10d.tar.bz2 abslibre-3668cce7ff47496a3d1a24e154ac87629832d10d.zip |
java/* moved to pcr/
Diffstat (limited to 'pcr/java-sonatype-oss-parent/PKGBUILD')
-rw-r--r-- | pcr/java-sonatype-oss-parent/PKGBUILD | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pcr/java-sonatype-oss-parent/PKGBUILD b/pcr/java-sonatype-oss-parent/PKGBUILD new file mode 100644 index 000000000..4936a8067 --- /dev/null +++ b/pcr/java-sonatype-oss-parent/PKGBUILD @@ -0,0 +1,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') |