add vscodium-bin/vscodium-bin-1.62.3.ebuild

This commit is contained in:
ace
2021-11-21 04:05:08 +03:00
parent 551c917206
commit 8e844cbb15
4 changed files with 107 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST sops_3.7.1_amd64.deb 13417730 BLAKE2B a4cf70692165575b08b2ef7b060e403048a6e0cb95ef91125f7a59743b631e29977c49660e7c7d13a3d40fee2d0037be335e2c46b3c39ba2d1d3a253031bf351 SHA512 f68a02daee879ea0efe0c7b77285130b45d6881beb2092055ead26381d9d7c091d434380252578da86e1a5179a894a26f71ec3ee7887e0717ddef35cca824e82
EBUILD sops-bin-3.7.1.ebuild 615 BLAKE2B d8b5db3c100f38f73cbfe8b68c8ae0169cc5b560a66306d4241be5c35078976ddf19e5a95c78e16c1add65dc84345b2b0c369ff0a4220a30c6695634fa4f2ea2 SHA512 ee8d19253d04a9980e6f19bd8f63ad375dfe878a11eeda31ce3e1ddb6aff04c684276b5adfe92b5c6cd5cc39253a5a67eb38c7cf7171c13e3ce1adb983be4953

View File

@ -0,0 +1,34 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit unpacker
MY_PN="${PN/-bin}"
DESCRIPTION="Mozilla SOPS: Secrets OPerationS (binary version)"
HOMEPAGE="https://github.com/mozilla/sops"
SRC_URI="https://github.com/mozilla/sops/releases/download/v${PV}/sops_${PV}_amd64.deb"
RESTRICT="mirror strip bindist"
LICENSE="MIT"
SLOT="0"
KEYWORDS="-* ~amd64"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""
#QA_PRESTRIPPED="*"
#QA_PREBUILT="opt/${MY_PN}/sops"
S="${WORKDIR}"
src_unpack(){
unpack_deb ${A}
}
src_install(){
dobin usr/local/bin/${MY_PN}
}