add fileshare
This commit is contained in:
18
pkgs/kop-fileshare/default.nix
Normal file
18
pkgs/kop-fileshare/default.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ buildGoModule, stdenv, pkgs, lib, ... }:
|
||||
buildGoModule rec {
|
||||
pname = "kop-fileshare";
|
||||
version = "0.0.1";
|
||||
|
||||
src = fetchGit {
|
||||
url = "git@github.com:kropatz/kop-fileshare.git";
|
||||
ref = "master";
|
||||
rev = "3556ccab052233c0d5d70baa631ba8b56ee8ebdb";
|
||||
};
|
||||
vendorHash = "sha256-OQ6rNgOQHrrhE7DT+ulwpWJCDJ4DeJiDzriAu3mfS7I=";
|
||||
|
||||
meta = {
|
||||
description = "Simple drag and drop file uploading/sharing website";
|
||||
homepage = "https://github.com/Kropatz/kop-fileshare";
|
||||
license = lib.licenses.gpl3;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user