dev-ruby/filelock - 1.1.1 (gentoo-zh)

Search

Package Information

Description:
Heavily tested, but simple filelocking solution using flock command
Homepage:
https://github.com/sheerun/filelock
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34"

inherit ruby-fakegem

DESCRIPTION="Heavily tested, but simple filelocking solution using flock command"
HOMEPAGE="https://github.com/sheerun/filelock"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"