Install this version:
emerge -a =sys-apps/udev-usb-sync-1.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =sys-apps/udev-usb-sync-1.0
Or alternatively:
emerge --autounmask-write -a =sys-apps/udev-usb-sync-1.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.0 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit udev
DESCRIPTION="Fine tune write cache and buffer limits for USB storage devices."
HOMEPAGE="https://gitlab.manjaro.org/fhdk/udev-usb-sync"
SRC_URI="https://gitlab.manjaro.org/fhdk/${PN}/-/archive/${PV}/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="sys-apps/hdparm
virtual/udev"
DOCS=( README.md )
src_install() {
dobin "${PN}"
insinto "/etc/${PN}"
doins "${PN}.conf"
udev_dorules 99-usb-sync.rules
}
pkg_postinst() {
udev_reload
}
pkg_postrm() {
udev_reload
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | udev-usb-sync-1.0.tar.bz2 | 4494 bytes | https://gitlab.manjaro.org/fhdk/udev-usb-sync/-/archive/1.0/udev-usb-sync-1.0.tar.bz2 |