mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
parent
c06512eac9
commit
cfd167b901
2 changed files with 6 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'sublime-merge'
|
# Template file for 'sublime-merge'
|
||||||
pkgname=sublime-merge
|
pkgname=sublime-merge
|
||||||
version=1092
|
version=1097
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc=sublime_merge
|
||||||
only_for_archs="x86_64"
|
only_for_archs="x86_64"
|
||||||
repository="nonfree"
|
|
||||||
depends="libpng gtk+ hicolor-icon-theme desktop-file-utils"
|
depends="libpng gtk+ hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="New Git client, from the makers of Sublime Text"
|
short_desc="New Git client, from the makers of Sublime Text"
|
||||||
maintainer="Adelmo Junior <noblehelm@gmail.com>"
|
maintainer="Adelmo Junior <noblehelm@gmail.com>"
|
||||||
license="Proprietary"
|
license="Proprietary"
|
||||||
homepage="https://www.sublimemerge.com"
|
homepage="https://www.sublimemerge.com"
|
||||||
distfiles="https://download.sublimetext.com/sublime_merge_build_${version}_x64.tar.xz"
|
distfiles="https://download.sublimetext.com/sublime_merge_build_${version}_x64.tar.xz"
|
||||||
checksum=1a019fe9efb3d941991a56a4379eb73b044d8347d5cb6a6e71c2c784825c8de1
|
checksum=f4ac60d49e24ff0aaa184fc339a90fe18bdfa6115ba53029a787211bbe3414d6
|
||||||
wrksrc="sublime_merge"
|
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
repository=nonfree
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir "usr/bin"
|
vmkdir "usr/bin"
|
||||||
|
|
2
srcpkgs/sublime-merge/update
Normal file
2
srcpkgs/sublime-merge/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://www.sublimemerge.com/download"
|
||||||
|
pattern='sublime_merge_build_\K[-.\d]+(?=_x64\.tar)'
|
Loading…
Add table
Reference in a new issue