17.0.10
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
java-17-jetbrains.tar.gz filter=lfs diff=lfs merge=lfs -text
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.pkg.tar.zst
|
||||
22
PKGBUILD
Executable file
22
PKGBUILD
Executable file
@@ -0,0 +1,22 @@
|
||||
pkgname=jre17-jetbrains
|
||||
pkgver=17.0.10
|
||||
pkgrel=1
|
||||
pkgdesc='JetBrains Runtime 17 (JBR)'
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
optdepends=('java-runtime-common')
|
||||
options=('!strip')
|
||||
source=('java-17-jetbrains.tar.gz')
|
||||
md5sums=('SKIP')
|
||||
|
||||
package() {
|
||||
_pkgbase=java-17-jetbrains
|
||||
_rootArchiveDir=java-17-jetbrains
|
||||
|
||||
install -dm755 "${pkgdir}"/usr/lib/jvm/${_pkgbase}/
|
||||
install -dm755 "${pkgdir}"/usr/share/licenses/${_pkgbase}/
|
||||
|
||||
cp -a "${srcdir}"/"${_rootArchiveDir}"/* "${pkgdir}"/usr/lib/jvm/${_pkgbase}
|
||||
|
||||
mv "${pkgdir}"/usr/lib/jvm/${_pkgbase}/legal/* "${pkgdir}"/usr/share/licenses/${_pkgbase}/
|
||||
}
|
||||
5
README.MD
Normal file
5
README.MD
Normal file
@@ -0,0 +1,5 @@
|
||||
Внимание, используется **Git LFS**!
|
||||
|
||||
```shell
|
||||
git config lfs.https://di9.ru/git/Voomra/aur-jbr.git/info/lfs.locksverify true
|
||||
```
|
||||
BIN
java-17-jetbrains.tar.gz
(Stored with Git LFS)
Normal file
BIN
java-17-jetbrains.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user