Mercurial Hosting > scripturereader
changeset 2:44859795513d default tip
Autmatic Win32 Porting
author | VilyaemKenyaz |
---|---|
date | Thu, 28 Sep 2023 13:22:15 -0400 |
parents | 11373687393b |
children | |
files | LICENSE.TXT SCRIPTUREREADER.MAN c.ksh c.sh win32/scripturereader.exe |
diffstat | 5 files changed, 49 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LICENSE.TXT Thu Sep 28 13:22:15 2023 -0400 @@ -0,0 +1,29 @@ + CHRISTIAN FREE SOFTWARE LICENSE + CFSL + +This software is free and open source charity ware, users are asked +to donate to the Eastern Orthodox Church by any means. + +Redistribution of this project in source and/or binary forms with/without +modification, are permitted provided that the following conditions are met: + +1. Redistributions must retain this notice, the conditions, and the disclaimer. +2. Redistributions must retain credit to the author, and signage to where the original +work can be found. +3. Redistributions cannot become a part of, in anyway shape or form, part of proprietary +software, or software that is clearly out of line with Christian values. +4. Redistributions must remain free. + +DISCLAIMER + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + + + +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SCRIPTUREREADER.MAN Thu Sep 28 13:22:15 2023 -0400 @@ -0,0 +1,13 @@ +SCRIPTUREREADER +.SH +NAME +.PP +SCRIPTUREREADER +.SH +SYNOPSIS +.PP +SCRIPTUREREADER +.SH +DESC +.PP +A plaintext file reader for reading scripture.
--- a/c.ksh Fri Aug 25 14:15:03 2023 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -#!/bin/ksh -rm scripturereader -clear -printf "Compiling\n" -tcc scripturereader.c -o scripturereader -cp scripturereader /usr/bin/ -
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/c.sh Thu Sep 28 13:22:15 2023 -0400 @@ -0,0 +1,7 @@ +#!/bin/ksh +rm scripturereader +clear +tcc scripturereader.c -o scripturereader +doas cp scripturereader /usr/bin/ +x86_64-w64-mingw32-gcc scripturereader.c -o scripturereader.exe +mv scripturereader.exe win32