Skip to content

Instantly share code, notes, and snippets.

@dismine
dismine / Valentina.rb
Created November 16, 2020 06:36
Valentina Project Homebrew forumula
require 'formula'
class Valentina < Formula
head 'https://bitbucket.org/dismine/valentina/get/develop.zip'
homepage 'http://valentina-project.org'
# version "0.2.8"
depends_on 'qt5' => :build
depends_on 'ccache' => :build
depends_on 'xpdf' => :optional