Add mock configuration for building against the local dnf repository
[utils/utils.git] / README.md
1 # Matt McCutchen's Linux utilities
2
3 This is a collection of utilities I use or previously used on my Linux system.  Some of them may work on other unix-like systems.  For documentation, see https://mattmccutchen.net/utils/ and (where present) comments in the files.  Your feedback and contributions are welcome: please email me at matt@mattmccutchen.net .
4
5 These utilities are in one repository for my convenience and yours even though they fall into a number of unrelated groups and vary widely in maturity.  Caveat emptor!
6
7 ## License
8
9 These are solely authored by me and hereby in the public domain except:
10
11 - lesspipe.sh: a modified version of [Fedora's lesspipe.sh](https://src.fedoraproject.org/rpms/less/blob/master/f/lesspipe.sh), the license of which I have not confirmed but presume to be free
12
13 - stow: a modified version of [Stow](https://www.gnu.org/software/stow/) under the GNU General Public License version 2 (provided in COPYING.GPLv2) or later
14
15 Of course, there is absolutely no warranty.