mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
relic: add version test
This commit is contained in:
parent
6329f449c4
commit
05fe7dd890
@ -1,4 +1,9 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
, testers
|
||||
, relic
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "relic";
|
||||
@ -20,6 +25,12 @@ buildGoModule rec {
|
||||
"-X=main.commit=${src.rev}"
|
||||
];
|
||||
|
||||
passthru.tests = {
|
||||
version = testers.testVersion {
|
||||
package = relic;
|
||||
};
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/sassoftware/relic";
|
||||
description = "A service and a tool for adding digital signatures to operating system packages for Linux and Windows";
|
||||
|
Loading…
Reference in New Issue
Block a user