mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
Merge 57e4955f74
into dd32da370a
This commit is contained in:
commit
b880b0ded0
1 changed files with 9 additions and 4 deletions
|
@ -1,22 +1,27 @@
|
|||
# Template file for 'jenkins'
|
||||
pkgname=jenkins
|
||||
version=2.249.3
|
||||
version=2.492.3
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
make_dirs="/var/lib/jenkins 0755 jenkins jenkins"
|
||||
depends="virtual?java-runtime"
|
||||
depends="openjdk17-jre"
|
||||
short_desc="Open source automation server"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://jenkins.io/"
|
||||
distfiles="https://mirrors.jenkins.io/war-stable/${version}/jenkins.war"
|
||||
checksum=8de8f11d5688c79967bc53a8124960926a90d623e5e9f03f1315ccf3e7c49702
|
||||
checksum=90ccf556133c36fdf7653ad710f00d248bf2895f9fbc26ccee0e2d3ba681b01f
|
||||
# Create 'jenkins' user
|
||||
system_accounts="jenkins"
|
||||
jenkins_homedir="/var/lib/jenkins"
|
||||
jenkins_descr="Jenkins server user"
|
||||
|
||||
do_extract() {
|
||||
:
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vinstall jenkins.war 644 opt/jenkins
|
||||
vinstall ${XBPS_SRCDISTDIR}/${pkgname}-${version}/jenkins.war 644 opt/jenkins
|
||||
vsv jenkins
|
||||
vlicense ${FILESDIR}/LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue