Git Product home page Git Product logo

Comments (5)

philicious avatar philicious commented on June 25, 2024 1

I took the chance and quickly created a homebrew tap for it. I took @dokipen formula (thx !) and added a --with-short-name flag that installs it as ksec

@shyiko I can transfer that repo to you if you like

from kubesec.

dokipen avatar dokipen commented on June 25, 2024

Here's what I'm using.

class Kubesec < Formula
  desc "A tool for encrypting and decrypting k8s secrets with AWS KMS"
  homepage "https://github.com/shyiko/kubesec"
  url "https://github.com/shyiko/kubesec/archive/0.9.0.tar.gz"
  sha256 "d36a81093322fdaaa2041f94a4efb7be978cabd691e2b88372e66f13550b4093"
  head "https://github.com/shyiko/kubesec.git"

  depends_on "go" => :build

  def install
    ENV["GOPATH"] = buildpath
    ENV["PATH"]  = "#{ENV["PATH"]}:#{ENV["GOPATH"]}/bin"
    (buildpath/"src/github.com/shyiko/kubesec").install buildpath.children
    cd "src/github.com/shyiko/kubesec" do
      system "make", "fetch"
      system "make", "build"      
      bin.install "kubesec" => "kubesec"
    end
  end

  test do
    system bin/"kubesec"
  end
end

from kubesec.

shyiko avatar shyiko commented on June 25, 2024

Sure, let's do this. Thank you!

from kubesec.

philicious avatar philicious commented on June 25, 2024

@shyiko I initiated the transfer of https://github.com/philicious/homebrew-kubesec to you

from kubesec.

shyiko avatar shyiko commented on June 25, 2024

@dokipen @philicious thanks again!

from kubesec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.