Issue from Pupil forum post
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
''' | |
(*)~---------------------------------------------------------------------------------- | |
Pupil - eye tracking platform | |
Copyright (C) 2012-2014 Pupil Labs | |
Distributed under the terms of the CC BY-NC-SA License. | |
License details are in the file license.txt, distributed as part of this software. | |
----------------------------------------------------------------------------------~(*) | |
''' |
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 GsettingsDesktopSchemas < Formula | |
homepage 'http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/' | |
url 'http://ftp.gnome.org/pub/GNOME/sources/gsettings-desktop-schemas/3.10/gsettings-desktop-schemas-3.10.1.tar.xz' | |
sha256 '452378c4960a145747ec69f8c6a874e5b7715454df3e2452d1ff1a0a82e76811' | |
depends_on 'xz' => :build | |
depends_on 'pkg-config' => :build | |
depends_on 'intltool' => :build |
NewerOlder