mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
app-misc/watch-tree-and-replace-spaces-with-a-few-other-chars: versiom bump
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.0.tar.bz2 2126169 BLAKE2B d3748c274954df5ab1b34a16ed1c83df125f233f96700848e396355b645c98c0a34e25d30202690e07ce3d24b3f6af0aaa2b6f93527859f0a27a5ea58b2e68a0 SHA512 03c162efc9e7405660f5e300eedb26115a5e16017409c1ec86ed77be7b4e0c899ab6cfc65482eb88f820fe767cfd50037fcd13cb314dc41dd7283390a922fca8
|
||||
DIST watch-tree-and-replace-spaces-with-a-few-other-chars-1.0.1.tar.bz2 2125780 BLAKE2B 61a61c6752abeee4d3b6960b26dd48b2a4c6f6aad3c11bfffc43eed2c0476b0707965821b5005460804d66a4d59c64467c244aa1776fa3e526e9b85483cbd55c SHA512 b5e150ffdfa272f31ceaf0c8618d07847f37e62aba7e2a3bbf502039dd11016ef0e0fcb3812e97784511ad01f2640b2cc00c1ad074902043f56476ce515a1351
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Monitor a tree for files with spaces in name - and replace to underscores"
|
||||
HOMEPAGE="https://gitlab.com/vitaly-zdanevich/watch-tree-and-replace-spaces-with-a-few-other-chars"
|
||||
SRC_URI="https://gitlab.com/vitaly-zdanevich/$PN/-/archive/$PV/$P.tar.bz2"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
src_install() {
|
||||
dobin "${PN}".sh
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "How to use: run in terminal in a folder - and in another software create a file with space in name, in that folder"
|
||||
}
|
||||
Reference in New Issue
Block a user