mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
goread: init at 1.6.5
This commit is contained in:
parent
1b140db4d2
commit
805cdc576a
@ -18050,6 +18050,12 @@
|
||||
githubId = 70169773;
|
||||
name = "Tarun Chinmai Sekar";
|
||||
};
|
||||
schnow265 = {
|
||||
email = "thesnowbox@icloud.com";
|
||||
github = "schnow265";
|
||||
githubId = 57457177;
|
||||
name = "Luca Scalet";
|
||||
};
|
||||
schmitthenner = {
|
||||
email = "development@schmitthenner.eu";
|
||||
github = "fkz";
|
||||
|
26
pkgs/by-name/go/goread/package.nix
Normal file
26
pkgs/by-name/go/goread/package.nix
Normal file
@ -0,0 +1,26 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "goread";
|
||||
version = "1.6.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "TypicalAM";
|
||||
repo = "goread";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-SRVXcdgtRpWqvO28CnUcx40nFJnG+Hd94Ezgaj5xK6A=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-/kxEnw8l9S7WNMcPh1x7xqiQ3L61DSn6DCIvJlyrip0=";
|
||||
|
||||
env.TEST_OFFLINE_ONLY = 1;
|
||||
|
||||
meta = {
|
||||
description = "Beautiful program to read your RSS/Atom feeds right in the terminal";
|
||||
homepage = "https://github.com/TypicalAM/goread";
|
||||
changelog = "https://github.com/TypicalAM/goread/releases/tag/v${version}";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
mainProgram = "goread";
|
||||
maintainers = with lib.maintainers; [ schnow265 ];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user