sys-apps/udev-usb-sync - 1.0 (tatsh-overlay)

Search

Install

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

Package Information

Description:
Fine tune write cache and buffer limits for USB storage devices.
Homepage:
https://gitlab.manjaro.org/fhdk/udev-usb-sync
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0 8 ~amd64 0
View Raw Ebuild
# 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
}

Inherited Eclasses

Dependencies

RDEPEND

sys-apps/hdparm
	virtual/udev

Manifest for 1.0

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