forked from rosa/hakurei
Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c79ae7aed6
|
||
|
|
396ae2ba2a
|
||
|
|
1e85dca9e2
|
Vendored
+1
-1
@@ -1 +1 @@
|
|||||||
v0.4.5
|
v0.4.6
|
||||||
|
|||||||
Vendored
+2
-2
@@ -217,7 +217,7 @@ func main() {
|
|||||||
mustWriteFile("comp/", nil, os.ModeDir|0755)
|
mustWriteFile("comp/", nil, os.ModeDir|0755)
|
||||||
mustWriteFile("comp/_hakurei", comp, 0644)
|
mustWriteFile("comp/_hakurei", comp, 0644)
|
||||||
mustWriteFile("install.sh", []byte(`#!/bin/sh -e
|
mustWriteFile("install.sh", []byte(`#!/bin/sh -e
|
||||||
cd "$(dirname -- "$0")" || exit 1
|
cd "$(dirname -- "$0")"
|
||||||
|
|
||||||
install -vDm0755 "bin/hakurei" "${DESTDIR}`+prefix+`/bin/hakurei"
|
install -vDm0755 "bin/hakurei" "${DESTDIR}`+prefix+`/bin/hakurei"
|
||||||
install -vDm0755 "bin/sharefs" "${DESTDIR}`+prefix+`/bin/sharefs"
|
install -vDm0755 "bin/sharefs" "${DESTDIR}`+prefix+`/bin/sharefs"
|
||||||
@@ -230,7 +230,7 @@ fi
|
|||||||
install -vDm0644 "comp/_hakurei" "${DESTDIR}`+prefix+`/share/zsh/site-functions/_hakurei"
|
install -vDm0644 "comp/_hakurei" "${DESTDIR}`+prefix+`/share/zsh/site-functions/_hakurei"
|
||||||
`), 0755)
|
`), 0755)
|
||||||
|
|
||||||
mustWriteFromPath("README.md", "README.md", 0)
|
mustWriteFromPath("LICENSE", "LICENSE", 0)
|
||||||
mustWriteFile("hsurc.default", []byte("1000 0"), 0400)
|
mustWriteFile("hsurc.default", []byte("1000 0"), 0400)
|
||||||
mustWriteFromPath("bin/hsu", filepath.Join(s, "hsu"), 04511)
|
mustWriteFromPath("bin/hsu", filepath.Join(s, "hsu"), 04511)
|
||||||
for _, name := range []string{
|
for _, name := range []string{
|
||||||
|
|||||||
@@ -148,11 +148,11 @@ package python-setuptools {
|
|||||||
website = "https://pypi.org/project/setuptools";
|
website = "https://pypi.org/project/setuptools";
|
||||||
anitya = 4021;
|
anitya = 4021;
|
||||||
|
|
||||||
version# = "83.0.0";
|
version# = "84.0.0";
|
||||||
source = remoteGitHub {
|
source = remoteGitHub {
|
||||||
suffix = "pypa/setuptools";
|
suffix = "pypa/setuptools";
|
||||||
tag = "v"+version;
|
tag = "v"+version;
|
||||||
checksum = "WqYSqCAvwpcIG6yXV8vVzRMNWl2CrcPOUPwlYrLV70ykHSpKxW1-XYQ4Z4n0ebAt";
|
checksum = "K9PGFv7ju_v4sykQCcROCc8Zdz3TfxYv95JlKFGXUnpf1yqRZW3oA0LuUQfE2x8n";
|
||||||
};
|
};
|
||||||
|
|
||||||
exec = pip {
|
exec = pip {
|
||||||
|
|||||||
Reference in New Issue
Block a user