added brew formula
This commit is contained in:
parent
7fed0deb28
commit
054c165954
1
HomebrewFormula
Symbolic link
1
HomebrewFormula
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
pkg/brew/
|
16
pkg/brew/kignore-bin.rb
Normal file
16
pkg/brew/kignore-bin.rb
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
class Kignore < Formula
|
||||||
|
desc "Easily add items to .gitignore and cleanup afterwards"
|
||||||
|
homepage "https://github.com/kjuulh/gitignore"
|
||||||
|
version '0.1.1'
|
||||||
|
license "MIT"
|
||||||
|
|
||||||
|
if OS.mac?
|
||||||
|
url "https://github.com/kjuulh/kignore/releases/download/#{version}/kignore-#{version}-x86_64-apple-darwin.tar.gz"
|
||||||
|
sha256 ""
|
||||||
|
end
|
||||||
|
|
||||||
|
def install
|
||||||
|
bin.install "kignore"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user