diff options
-rw-r--r-- | pcr/java-sonatype-oss-parent/PKGBUILD | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/pcr/java-sonatype-oss-parent/PKGBUILD b/pcr/java-sonatype-oss-parent/PKGBUILD deleted file mode 100644 index 4936a8067..000000000 --- a/pcr/java-sonatype-oss-parent/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# 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') |