mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-23 00:50:59 +00:00
pesde: init at 0.7.3 (#512280)
This commit is contained in:
@@ -29867,6 +29867,11 @@
|
||||
githubId = 7038383;
|
||||
name = "Vojta Káně";
|
||||
};
|
||||
vokinn = {
|
||||
github = "vokinn";
|
||||
githubId = 113241287;
|
||||
name = "vokin";
|
||||
};
|
||||
volfyd = {
|
||||
email = "lb.nix@lisbethmail.com";
|
||||
github = "volfyd";
|
||||
|
||||
38
pkgs/by-name/pe/pesde/package.nix
Normal file
38
pkgs/by-name/pe/pesde/package.nix
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
pkg-config,
|
||||
openssl,
|
||||
dbus,
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "pesde";
|
||||
version = "0.7.3";
|
||||
__structuredAttrs = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pesde-pkg";
|
||||
repo = "pesde";
|
||||
rev = "e57b4c2db9eaf295c8af998212f427ea039ed46e";
|
||||
hash = "sha256-+8SneWw3UQwXg1IV1zn0OM1ySAJpcvMqyoQd7eYAarE=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-1k7bmH4ocF9JK15C7YonCmwDKVh639Nropuzm62roDA=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [
|
||||
openssl
|
||||
dbus
|
||||
];
|
||||
buildFeatures = [ "bin" ];
|
||||
|
||||
meta = {
|
||||
description = "Package manager for the Luau programming language, supporting multiple runtimes including Roblox and Lune.";
|
||||
homepage = "https://github.com/pesde-pkg/pesde";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ vokinn ];
|
||||
mainProgram = "pesde";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user