Licensed sa* to sz*

This commit is contained in:
saltedcoffii
2021-03-20 21:10:00 -04:00
parent 87403516a9
commit 589e358d3d
90 changed files with 125 additions and 26 deletions

View File

@@ -4,6 +4,7 @@ class Sfk < Package
description 'The Swiss File Knife - A Command Line Tools Collection for Windows / Linux / Mac.'
homepage 'http://swissfileknife.sourceforge.net/'
version '1.8.7'
license 'BSD'
compatibility 'all'
source_url 'https://sourceforge.net/projects/swissfileknife/files/1-swissfileknife/1.8.7/sfk-1.8.7.tar.gz'
source_sha256 '1c53d4d9d05af752546c8341a718bf64be99b62491ff91db02ef100e2f93bfc3'
@@ -30,4 +31,3 @@ class Sfk < Package
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end