sublime-text3: misc tweak; rev bump; add support for i686 arch.
This commit is contained in:
parent
a50408295f
commit
28e7e8adcd
1 changed files with 21 additions and 16 deletions
|
@ -1,18 +1,23 @@
|
|||
# Template file for 'sublime-text3'
|
||||
pkgname=sublime-text3
|
||||
version=3061
|
||||
revision=1
|
||||
revision=2
|
||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${version}_x64.tar.bz2"
|
||||
checksum="498a398f14d09e1c319fc2bb1e14d33573ca118d70c351e546912aaf1e22a419"
|
||||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
else
|
||||
distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${version}_x32.tar.bz2"
|
||||
checksum="cf6d9a590cdd24a7b5012f8604bd5f776b800042feaaf17cfa587798bdd7b3f9"
|
||||
fi
|
||||
depends="libpng gtk+ hicolor-icon-theme desktop-file-utils"
|
||||
maintainer="Steven R <dev@styez.com>"
|
||||
homepage="http://www.sublimetext.com/3dev"
|
||||
license="Propietary"
|
||||
short_desc="Sophisticated text editor for code, markup and prose"
|
||||
|
||||
wrksrc="sublime_text_3"
|
||||
only_for_archs="x86_64"
|
||||
nonfree="yes"
|
||||
depends="libpng gtk+ hicolor-icon-theme desktop-file-utils"
|
||||
only_for_archs="i686 x86_64"
|
||||
wrksrc="sublime_text_3"
|
||||
|
||||
do_install() {
|
||||
vmkdir "usr/bin"
|
||||
|
|
Loading…
Reference in a new issue