Compare commits
10 Commits
kjuulh/tes
...
01ad3dbb82
Author | SHA1 | Date | |
---|---|---|---|
01ad3dbb82 | |||
bfb8142522 | |||
8209a15d42
|
|||
ce7f2f5206
|
|||
0ed449c27d
|
|||
7e51d6cca2
|
|||
5d5155d452
|
|||
13f8335cd2
|
|||
0aadeec095
|
|||
c07d023b5f
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -159,6 +159,7 @@ jobs:
|
||||
7z a "$staging.zip" "$staging"
|
||||
echo "ASSET=$staging.zip" >> $GITHUB_ENV
|
||||
else
|
||||
cp "git-alias/git-ignore" "$staging/"
|
||||
# The man page is only generated on Unix systems.
|
||||
#cp "$outdir"/kignore.1 "$staging/doc/"
|
||||
cp "target/${{ matrix.target }}/release/kignore" "$staging/"
|
||||
|
@@ -44,4 +44,7 @@ git clone https://github.com/kjuulh/gitignore
|
||||
|
||||
Added in HomebrewFormula
|
||||
|
||||
Instructions TBA
|
||||
```bash
|
||||
$ brew tap kjuulh/gitignore https://github.com/kjuulh/gitignore
|
||||
$ brew install kjuulh/gitignore/kignore-bin
|
||||
```
|
||||
|
@@ -2,4 +2,4 @@
|
||||
|
||||
set -e
|
||||
|
||||
gitignore $@
|
||||
kignore $@
|
||||
|
@@ -1,16 +1,17 @@
|
||||
class Kignore < Formula
|
||||
class KignoreBin < Formula
|
||||
desc "Easily add items to .gitignore and cleanup afterwards"
|
||||
homepage "https://github.com/kjuulh/gitignore"
|
||||
version '0.1.1'
|
||||
version "0.1.3"
|
||||
license "MIT"
|
||||
|
||||
if OS.mac?
|
||||
url "https://github.com/kjuulh/kignore/releases/download/#{version}/kignore-#{version}-x86_64-apple-darwin.tar.gz"
|
||||
sha256 ""
|
||||
url "https://github.com/kjuulh/gitignore/releases/download/#{version}/kignore-#{version}-x86_64-apple-darwin.tar.gz"
|
||||
sha256 "fa4e520854f0cc8222625b0398c778d4f474dd7a9ad1da1dd9a326ff7893bd44"
|
||||
end
|
||||
|
||||
def install
|
||||
bin.install "kignore"
|
||||
bin.install "git-ignore"
|
||||
end
|
||||
end
|
||||
|
||||
|
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
Reference in New Issue
Block a user