mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-19 07:48:56 -04:00
sys-boot/ventoy-bin: bump version
Signed-off-by: ston <ston.jia@qq.com>
This commit is contained in:
parent
9bdfd12c80
commit
0a78b5c8f9
6
.github/workflows/overlay.toml
vendored
6
.github/workflows/overlay.toml
vendored
@ -512,6 +512,12 @@ prefix = "v"
|
|||||||
# TODO
|
# TODO
|
||||||
#["dev-util/jetbrains-toolbox"]
|
#["dev-util/jetbrains-toolbox"]
|
||||||
|
|
||||||
|
["dev-util/marksman-bin"]
|
||||||
|
source = "github"
|
||||||
|
github = "artempyanykh/marksman"
|
||||||
|
use_latest_release = true
|
||||||
|
github_account = "st0nie"
|
||||||
|
|
||||||
["dev-util/pahole"]
|
["dev-util/pahole"]
|
||||||
source = "git"
|
source = "git"
|
||||||
git = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git"
|
git = "https://git.kernel.org/pub/scm/devel/pahole/pahole.git"
|
||||||
|
@ -1 +1 @@
|
|||||||
DIST marksman-linux 19140426 BLAKE2B 25e33c34343735ea0aed7e06a61edc52dcd119af100129193e5d7caff73f80dd7975f955d6473c29935bd53b6b6fd9eb40b8e6767146fd479bcd863dfc15e862 SHA512 64339e1d7df85b7699b6fae3ca462a53ac40f72d55ad2ca2456b2c47d26a3880368722c23020e9c77fb78e1b90d252f573fa9eb3e63323e30a807fa527a7b449
|
DIST marksman-bin-2022.12.28 19165330 BLAKE2B 93763eb6637c90c07d82a58c15c447849a2fc18b2dd69d9cf7b9a8fca804d7cea0b503296a55f6aeb4c517e303f83cf5edd3ca42075e064211a763e4eb7ddfc9 SHA512 1bfff8bc5d198607e2d895c47d1110df04a7be11ee0b92c4b348fc333f64515e61eccaa8cc073fb119956aac2d145824c240b240af221a44d3efe63d57f6b795
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
DESCRIPTION="A language server for Markdown"
|
DESCRIPTION="A language server for Markdown"
|
||||||
HOMEPAGE="https://github.com/artempyanykh/marksman"
|
HOMEPAGE="https://github.com/artempyanykh/marksman"
|
||||||
SRC_URI="https://github.com/artempyanykh/marksman/releases/download/${PV//./-}/marksman-linux"
|
SRC_URI="https://github.com/artempyanykh/marksman/releases/download/${PV//./-}/marksman-linux -> ${P}"
|
||||||
|
|
||||||
RESTRICT="strip"
|
RESTRICT="strip mirror"
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -16,5 +16,5 @@ KEYWORDS="~amd64"
|
|||||||
S="${WORKDIR}"
|
S="${WORKDIR}"
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
newbin "${DISTDIR}"/marksman-linux marksman
|
newbin "${DISTDIR}"/"${P}" marksman
|
||||||
}
|
}
|
@ -3,7 +3,7 @@
|
|||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<maintainer type="person">
|
<maintainer type="person">
|
||||||
<name>ston</name>
|
<name>ston</name>
|
||||||
<email>2424284164@qq.com</email>
|
<email>ston.jia@qq.com</email>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="github">artempyanykh/marksman</remote-id>
|
<remote-id type="github">artempyanykh/marksman</remote-id>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user