mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
gui-apps/vicuna: new package, add 1.25
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
1
gui-apps/vicuna/Manifest
Normal file
1
gui-apps/vicuna/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST vicuna-1.25.tar 5058560 BLAKE2B 7fedc558ba8a6c66680c03353e3de2108d5c1514a25916f2cbfecdd3398369f5e033424b140457e3227375b59425b9814ed8900a494a292f249b99b1455e18a0 SHA512 0d68d22af06c7b0b2afb5d71ff596030938fd11c60476b71fa35ec0e3d310901ee401301bfa7d16c7795d97ea224e3ce61fd1271aac71acd36c8003aeb173651
|
||||
11
gui-apps/vicuna/metadata.xml
Normal file
11
gui-apps/vicuna/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person" proxied="yes">
|
||||
<email>zdanevich.vitaly@ya.ru</email>
|
||||
<name>Vitaly Zdanevich</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">yarl/vicuna</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
28
gui-apps/vicuna/vicuna-1.25.ebuild
Normal file
28
gui-apps/vicuna/vicuna-1.25.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2024 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Tool for uploading files to Wikimedia Commons and other Wikimedia projects"
|
||||
HOMEPAGE="https://commons.wikimedia.org/wiki/Commons:Vicu%C3%B1aUploader"
|
||||
|
||||
SRC_URI="https://github.com/yarl/${PN}/releases/download/${PV}/${PN}-${PV}.tar"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
virtual/jre
|
||||
"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
local apphome="/opt/${PN}"
|
||||
mkdir -p "${ED}/${apphome}"
|
||||
|
||||
cp -r . "${ED}"/opt || die
|
||||
|
||||
dosym ${apphome}/bin/vicuna /usr/bin/vicuna
|
||||
}
|
||||
Reference in New Issue
Block a user