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
puts
puts 'Chromebrew\'s libressl is a fake package pointing to openssl.'.lightblue
puts
end
end
lrequire 'package'
require 'package'
class Pyconfigure < Package
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
puts 'To disable this "feature", run'
puts 'echo "alias sl=\'sl -e\'" >> ~/.bashrc && source ~/.bashrc'
puts
end
end
......@@ -4,7 +4,7 @@ class Vte < Package
description 'Virtual Terminal Emulator widget for use with GTK'
homepage 'https://wiki.gnome.org/Apps/Terminal/VTE'
version '0.63.91'
licene 'LGPL-2+ and GPL-3+'
license 'LGPL-2+ and GPL-3+'
compatibility 'all'
source_url 'https://download.gnome.org/sources/vte/0.63/vte-0.63.91.tar.xz'
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