Compare commits
No commits in common. "d4c7c7e27f110cd7b973914a9cd3fa68ad8ad851" and "cf091c08faac70877816e9757f13b96eb69aff26" have entirely different histories.
d4c7c7e27f
...
cf091c08fa
2
.SRCINFO
2
.SRCINFO
@ -8,7 +8,7 @@ pkgbase = packwiz-installer
|
|||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = java-environment-openjdk<=11
|
makedepends = java-environment-openjdk<=11
|
||||||
depends = java-environment
|
depends = java-environment
|
||||||
source = packwiz-installer::git+https://github.com/packwiz/packwiz-installer.git#tag=7b6daaf7e552f44888d68dcd8235822dd1c2956e
|
source = packwiz-installer::git+https://github.com/packwiz/packwiz-installer.git#tag=v0.5.10
|
||||||
source = packwiz-installer-bootstrap::git+https://github.com/packwiz/packwiz-installer-bootstrap.git#tag=v0.0.3
|
source = packwiz-installer-bootstrap::git+https://github.com/packwiz/packwiz-installer-bootstrap.git#tag=v0.0.3
|
||||||
source = packwiz-installer.sh
|
source = packwiz-installer.sh
|
||||||
source = packwiz-installer-bootstrap.sh
|
source = packwiz-installer-bootstrap.sh
|
||||||
|
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +0,0 @@
|
|||||||
/packwiz-installer-*.tar.zst
|
|
||||||
/pkg/
|
|
||||||
/src/
|
|
||||||
/packwiz-installer-bootstrap/
|
|
||||||
/packwiz-installer/
|
|
8
PKGBUILD
8
PKGBUILD
@ -9,8 +9,7 @@ license=("MIT")
|
|||||||
depends=('java-environment')
|
depends=('java-environment')
|
||||||
makedepends=('git'
|
makedepends=('git'
|
||||||
'java-environment-openjdk<=11')
|
'java-environment-openjdk<=11')
|
||||||
_tag=7b6daaf7e552f44888d68dcd8235822dd1c2956e # git rev-parse v${pkgver}
|
source=("$pkgname::git+https://github.com/packwiz/$pkgname.git#tag=v$pkgver"
|
||||||
source=("$pkgname::git+https://github.com/packwiz/$pkgname.git#tag=$_tag"
|
|
||||||
"$pkgname-bootstrap::git+https://github.com/packwiz/$pkgname-bootstrap.git#tag=v0.0.3"
|
"$pkgname-bootstrap::git+https://github.com/packwiz/$pkgname-bootstrap.git#tag=v0.0.3"
|
||||||
"packwiz-installer.sh"
|
"packwiz-installer.sh"
|
||||||
"packwiz-installer-bootstrap.sh")
|
"packwiz-installer-bootstrap.sh")
|
||||||
@ -19,11 +18,6 @@ sha256sums=('SKIP'
|
|||||||
'924aff17bf4ad5fd745c5378d39ec883f685a9b0f4f754828cd99bc83c71df6d'
|
'924aff17bf4ad5fd745c5378d39ec883f685a9b0f4f754828cd99bc83c71df6d'
|
||||||
'783990641e80a1b6603264d420ccf0ab6ad5a5c519e05a27162472c1746630cd')
|
'783990641e80a1b6603264d420ccf0ab6ad5a5c519e05a27162472c1746630cd')
|
||||||
|
|
||||||
pkgver() {
|
|
||||||
cd ${pkgname}
|
|
||||||
git describe --tags | sed 's/^v//'
|
|
||||||
}
|
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/$pkgname-bootstrap"
|
cd "$srcdir/$pkgname-bootstrap"
|
||||||
chmod +x gradlew
|
chmod +x gradlew
|
||||||
|
Loading…
x
Reference in New Issue
Block a user