hk 1.43.0

A tool for managing git hooks
1
2
3
4
5
6
7
8
9
10
11
12
13
amends "pkl:Project"

package {
  name = "hk"
  authors { "jdx <216188+jdx@users.noreply.github.com>" }
  version = read?("env:VERSION")?.replaceFirst("\(name)@", "") ?? "0.0.1-SNAPSHOT"
  baseUri = "package://pkg.pkl-lang.org/github.com/jdx/hk"
  packageZipUrl = "https://github.com/jdx/hk/releases/download/v\(version)/\(name)@\(version).zip"
  sourceCode = "https://github.com/jdx/hk"
  sourceCodeUrlScheme = "https://github.com/jdx/hk/blob/\(version)/pkl%{path}#%{line}-%{endLine}"
  license = "MIT"
  description = "pkl code for hk"
}