Install this version:
emerge -a =app-crypt/lssecret-20230105
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-crypt/lssecret-20230105
Or alternatively:
emerge --autounmask-write -a =app-crypt/lssecret-20230105
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20230105 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="List all secret items using libsecret (e.g. GNOME Keyring)."
HOMEPAGE="https://github.com/gileshuang/lssecret"
SHA="7f63780a8621305a8cc5e0455a603654e472fd30"
SRC_URI="https://github.com/gileshuang/lssecret/archive/${SHA}.tar.gz -> ${PN}-${SHA:0:7}.tar.gz"
S="${WORKDIR}/${PN}-${SHA}"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="app-crypt/libsecret dev-libs/glib"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-makefile-changes.patch" )
src_compile() {
emake CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {
emake DESTDIR="${D}/usr" install
einstalldocs
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | lssecret-7f63780.tar.gz | 2744 bytes | https://github.com/gileshuang/lssecret/archive/7f63780a8621305a8cc5e0455a603654e472fd30.tar.gz |