Skip to content
Snippets Groups Projects
Commit 57e8dec1 authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

testing new install

parent e92a0620
No related branches found
No related tags found
No related merge requests found
Pipeline #14201 passed
......@@ -7,14 +7,18 @@ class Jpseditor < Formula
depends_on "qt"
def install
Dir.pwd
Dir.mkdir "build"
Dir.chdir "build"
system "qmake", ".."
system "make", "install"
puts ""
puts "------------------------------------"
puts "JPSeditor installed in /usr/local/bin/jpseditor"
puts "------------------------------------"
bin.install "jpseditor"
# def install
# Dir.pwd
# Dir.mkdir "build"
# Dir.chdir "build"
# system "qmake", ".."
# ststem "sudo" "chown" "-R "$USER":admin /usr/local
# system "make", "install"
# puts ""
# puts "------------------------------------"
# puts "JPSeditor installed in /usr/local/bin/jpseditor"
# puts "------------------------------------"
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment