mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-03 04:57:36 +08:00
fix: fetch
This commit is contained in:
parent
4b9c465dd5
commit
b42b4b01b9
6
.SRCINFO
6
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = cursor-free-vip-git
|
pkgbase = cursor-free-vip-git
|
||||||
pkgdesc = Reset Cursor AI MachineID & Auto Sign Up / In & Bypass Higher Token Limit
|
pkgdesc = Reset Cursor AI MachineID & Auto Sign Up / In & Bypass Higher Token Limit
|
||||||
pkgver = 1.9.04
|
pkgver = 1.9.04.10.g5863891
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://github.com/yeongpin/cursor-free-vip
|
url = https://github.com/yeongpin/cursor-free-vip
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
@ -14,6 +14,8 @@ pkgbase = cursor-free-vip-git
|
|||||||
depends = cursor-bin
|
depends = cursor-bin
|
||||||
provides = cursor-free-vip
|
provides = cursor-free-vip
|
||||||
source = cursor-free-vip::git+https://github.com/yeongpin/cursor-free-vip.git
|
source = cursor-free-vip::git+https://github.com/yeongpin/cursor-free-vip.git
|
||||||
|
source = https://raw.githubusercontent.com/canmi21/openjlc/refs/heads/main/LICENSE
|
||||||
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = cursor-free-vip-git
|
pkgname = cursor-free-vip-git
|
||||||
|
10
PKGBUILD
10
PKGBUILD
@ -2,8 +2,8 @@
|
|||||||
# Contributor: Canmi (Canmi21)
|
# Contributor: Canmi (Canmi21)
|
||||||
|
|
||||||
pkgname=cursor-free-vip-git
|
pkgname=cursor-free-vip-git
|
||||||
pkgver=1.9.04
|
pkgver=1.9.04.10.g5863891
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Reset Cursor AI MachineID & Auto Sign Up / In & Bypass Higher Token Limit"
|
pkgdesc="Reset Cursor AI MachineID & Auto Sign Up / In & Bypass Higher Token Limit"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/yeongpin/cursor-free-vip"
|
url="https://github.com/yeongpin/cursor-free-vip"
|
||||||
@ -11,8 +11,8 @@ license=('MIT' 'Attribution-NonCommercial-NoDerivatives 4.0 International')
|
|||||||
depends=('python' 'cursor-bin')
|
depends=('python' 'cursor-bin')
|
||||||
makedepends=('git' 'python' 'pyinstaller' 'uv')
|
makedepends=('git' 'python' 'pyinstaller' 'uv')
|
||||||
provides=('cursor-free-vip')
|
provides=('cursor-free-vip')
|
||||||
source=("cursor-free-vip::git+https://github.com/yeongpin/cursor-free-vip.git")
|
source=("cursor-free-vip::git+https://github.com/yeongpin/cursor-free-vip.git" "https://raw.githubusercontent.com/canmi21/openjlc/refs/heads/main/LICENSE")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP' 'SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd "$srcdir/cursor-free-vip"
|
cd "$srcdir/cursor-free-vip"
|
||||||
@ -28,7 +28,7 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/mit_license"
|
install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/mit_license"
|
||||||
install -Dm644 "$srcdir/cursor-free-vip/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/attribution_non_commercial_no_derivatives_license"
|
install -Dm644 "$srcdir/cursor-free-vip/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/attribution_non_commercial_no_derivatives_license"
|
||||||
install -Dm755 "$srcdir/cursor-free-vip/dist/cursor-free-vip" "$pkgdir/usr/bin/cursor-free-vip"
|
install -Dm755 "$srcdir/cursor-free-vip/dist/cursor-free-vip" "$pkgdir/usr/bin/cursor-free-vip"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user