Commit a433522d authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #5464 from saltedcoffii/patch-115

Fix packages
parents 7b2ff235 a4b03536
...@@ -15,4 +15,5 @@ class Libressl < Package ...@@ -15,4 +15,5 @@ class Libressl < Package
puts puts
puts 'Chromebrew\'s libressl is a fake package pointing to openssl.'.lightblue puts 'Chromebrew\'s libressl is a fake package pointing to openssl.'.lightblue
puts puts
end
end end
lrequire 'package' require 'package'
class Pyconfigure < Package class Pyconfigure < Package
description 'GNU pyconfigure provides developers with file templates for implementing standard configure scripts and Makefile recipes for their Python packages.' description 'GNU pyconfigure provides developers with file templates for implementing standard configure scripts and Makefile recipes for their Python packages.'
......
...@@ -24,4 +24,5 @@ class Sl < Package ...@@ -24,4 +24,5 @@ class Sl < Package
puts 'To disable this "feature", run' puts 'To disable this "feature", run'
puts 'echo "alias sl=\'sl -e\'" >> ~/.bashrc && source ~/.bashrc' puts 'echo "alias sl=\'sl -e\'" >> ~/.bashrc && source ~/.bashrc'
puts puts
end
end end
...@@ -4,7 +4,7 @@ class Vte < Package ...@@ -4,7 +4,7 @@ class Vte < Package
description 'Virtual Terminal Emulator widget for use with GTK' description 'Virtual Terminal Emulator widget for use with GTK'
homepage 'https://wiki.gnome.org/Apps/Terminal/VTE' homepage 'https://wiki.gnome.org/Apps/Terminal/VTE'
version '0.63.91' version '0.63.91'
licene 'LGPL-2+ and GPL-3+' license 'LGPL-2+ and GPL-3+'
compatibility 'all' compatibility 'all'
source_url 'https://download.gnome.org/sources/vte/0.63/vte-0.63.91.tar.xz' source_url 'https://download.gnome.org/sources/vte/0.63/vte-0.63.91.tar.xz'
source_sha256 '2a6f58470148d2a16bac387da12525d061e5984b68fc1ff8d068d10d4f1716ab' source_sha256 '2a6f58470148d2a16bac387da12525d061e5984b68fc1ff8d068d10d4f1716ab'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment