mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
sublime-text4: unrestrict
This commit is contained in:
parent
30e0462c41
commit
d3ad6fa53a
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sublime-text4'
|
# Template file for 'sublime-text4'
|
||||||
pkgname=sublime-text4
|
pkgname=sublime-text4
|
||||||
version=4126
|
version=4126
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64 aarch64"
|
archs="x86_64 aarch64"
|
||||||
wrksrc="sublime_text"
|
wrksrc="sublime_text"
|
||||||
hostmakedepends="w3m"
|
hostmakedepends="w3m"
|
||||||
|
@ -10,11 +10,9 @@ short_desc="Sophisticated text editor for code, markup and prose"
|
||||||
maintainer="DirectorX <void.directorx@protonmail.com>"
|
maintainer="DirectorX <void.directorx@protonmail.com>"
|
||||||
license="custom:EULA"
|
license="custom:EULA"
|
||||||
homepage="https://www.sublimetext.com/"
|
homepage="https://www.sublimetext.com/"
|
||||||
conflicts="sublime-text3"
|
conflicts="sublime-text3 sublime-text3-bin"
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
restricted=yes
|
|
||||||
nopie=yes
|
nopie=yes
|
||||||
_license_checksum=33929b71625d13dacf2a0a5853171b9c04058f71e2955ee660b8d0f8dda45ed1
|
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64)
|
x86_64)
|
||||||
|
@ -26,6 +24,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
checksum=0ad4ac168d47034c47ab31faaa0d8b6b4f27e233ea4e48634b930bf999efb63e
|
checksum=0ad4ac168d47034c47ab31faaa0d8b6b4f27e233ea4e48634b930bf999efb63e
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
_license_checksum=287d037b0ecedb68ae1e3138411d54b87172156effecd1987a5f85834aa26a24
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
$XBPS_FETCH_CMD https://www.sublimehq.com/eula
|
$XBPS_FETCH_CMD https://www.sublimehq.com/eula
|
||||||
|
|
2
srcpkgs/sublime-text4/update
Normal file
2
srcpkgs/sublime-text4/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://www.sublimetext.com/download"
|
||||||
|
pattern='<p class="latest"><i>Version:</i> Build \K[-.\d]+(?=</p>)'
|
Loading…
Add table
Reference in a new issue