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,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}
}