forked from rosa/hakurei
20 lines
475 B
Go
20 lines
475 B
Go
package buildcatrust {
|
|
description = "transform certificate stores between formats"
|
|
website = "https://github.com/nix-community/buildcatrust"
|
|
anitya = 233988
|
|
|
|
version := "0.5.1"
|
|
source = remoteGitHub {
|
|
suffix = "nix-community/buildcatrust"
|
|
tag = "v"+version
|
|
checksum = "oxjnuIrPVMPvD6x8VFLqB7EdbfuhouGQdtPuHDpEHGzoyH5nkxqtYN9UthMY9noA"
|
|
}
|
|
|
|
early = "rm buildcatrust/tests/test_nonhermetic.py"
|
|
|
|
exec = pip()
|
|
|
|
inputs = [ python-flit-core ]
|
|
runtime = [ python ]
|
|
}
|