This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Package: remote-support | |
| Version: 1.0 | |
| Section: main | |
| Priority: optional | |
| Architecture: all | |
| Depends: coreutils, libglib2.0-bin, vino, zenity | |
| Maintainer: UserName <[email protected]> | |
| Description: Remote Support | |
| Предоставляет удалённый VNC-доступ к компьютеру. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'formula' | |
| class Imagemagick < Formula | |
| homepage 'http://www.imagemagick.org' | |
| url 'http://ftp.nluug.nl/ImageMagick/ImageMagick-6.9.6-2.tar.xz' | |
| sha256 '39244823fe736626fb4ea22c4b6cb4cae30c6a27a38a02ecd774f0ce3c4d308d' | |
| head 'https://www.imagemagick.org/subversion/ImageMagick/trunk', | |
| :using => UnsafeSubversionDownloadStrategy |