mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
sowing: init at 1.1.26.12
This commit is contained in:
parent
1cde35aa8f
commit
05f78eb585
1 changed files with 25 additions and 0 deletions
25
pkgs/by-name/so/sowing/package.nix
Normal file
25
pkgs/by-name/so/sowing/package.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromBitbucket,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "sowing";
|
||||
version = "1.1.26.12";
|
||||
|
||||
src = fetchFromBitbucket {
|
||||
owner = "petsc";
|
||||
repo = "pkg-sowing";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-ol0xNAnL7ULU1CiGCFZrV37IAV4z1bcWa0f+tuMhQC8=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Tools for documenting and improving portability";
|
||||
homepage = "https://wgropp.cs.illinois.edu/projects/software/sowing/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ qbisi ];
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue