parent
54752d63ca
commit
337420707d
2 changed files with 25 additions and 0 deletions
14
srcpkgs/topgrade/patches/aarch64-musl.patch
Normal file
14
srcpkgs/topgrade/patches/aarch64-musl.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Use a version of the rust crate that doesn't error out on aarch-64musl with MAP_32BIT
|
||||||
|
|
||||||
|
diff --git a/Cargo.toml b/Cargo.toml
|
||||||
|
index 31ec7ed..21ed0e6 100644
|
||||||
|
--- Cargo.toml
|
||||||
|
+++ Cargo.toml
|
||||||
|
@@ -32,6 +32,7 @@ lto = true
|
||||||
|
|
||||||
|
[patch.crates-io]
|
||||||
|
self_update = { git = "https://github.com/r-darwish/self_update", branch = "zip" }
|
||||||
|
+nix = { git = "https://github.com/nix-rust/nix", rev = "7f0fb19f21327e58faa71dace73c8b092c25c81b" }
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = []
|
11
srcpkgs/topgrade/template
Normal file
11
srcpkgs/topgrade/template
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
# Template file for 'topgrade'
|
||||||
|
pkgname=topgrade
|
||||||
|
version=1.0.1
|
||||||
|
revision=1
|
||||||
|
build_style=cargo
|
||||||
|
short_desc="Meta upgrade tool for pip, flatpak, your distro and everything else"
|
||||||
|
maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
||||||
|
license="GPL-3.0-only"
|
||||||
|
homepage="https://github.com/r-darwish/topgrade"
|
||||||
|
distfiles="https://github.com/r-darwish/topgrade/archive/v${version}.tar.gz"
|
||||||
|
checksum=e3551da7763e7219217a695a3445855d634e1428737c8a01a6e5832d31a7fc8d
|
Loading…
Reference in a new issue