# Copyright 2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Service for app-crypt/rust-u2f" HOMEPAGE="http://powerman.name/RTFM/runit.html" SRC_URI="http://powerman.name/download/Gentoo/${P}.tgz" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" DEPEND="runit-service/setupservices" RDEPEND=">=sys-process/runit-2.1.2-r1 runit-service/service-x net-p2p/syncthing" src_install() { cp -a * "${D}" }