Commit graph

55 commits

Author SHA1 Message Date
TheDarkBug
e69aa5566d Merged linux and termux installation targets. Updated Readme 2022-01-29 12:00:48 +01:00
TheDarkBug
bce463bf73 Updated makefile for termux 2022-01-29 11:52:50 +01:00
hellisabove
b278bec310 Update Makefile 2022-01-29 12:34:56 +02:00
hellisabove
460a17d04d macOS location is '/usr/local/lib' and the rest is back to '/usr/lib' 2022-01-29 12:33:19 +02:00
hellisabove
a7aa8f08b7 Changed the default of '/usr/lib' to '/usr/local/lib' 2022-01-29 11:41:46 +02:00
TheDarkBug
b05a9d965f Updated makefile for a more customized installation 2022-01-18 23:04:48 +01:00
dqnk
20fff2ccdf no reason to use amogos flag when testing 2021-12-18 21:39:27 +01:00
TheDarkBug
5be84cd1b6 Fixed #166 and #167 2021-11-28 14:02:51 +01:00
TheDarkBug
445e8e260e Moved all info and config flags for better readability and optimization 2021-11-26 18:03:14 +01:00
TheDarkBug
83e4aef163 Windows build is fully working 2021-11-01 16:48:54 +01:00
TheDarkBug
943fa58204 Fixed #145 2021-10-12 13:26:18 +02:00
TheDarkBug
f705a6ae75 Removed ram and uptime from caching (fix #141) 2021-10-09 00:19:16 +02:00
Jeremy Kescher
565a5e3b12
Remove build step from install step 2021-08-28 10:49:45 +02:00
Jeremy Kescher
d3cb98578e
Force creation of directories (useful for packaging) 2021-08-28 00:27:18 +02:00
llathasa-veleth
49d9cb0523 Adapt Makefile to use without pandoc 2021-08-27 21:30:54 +03:00
Ven
376ad8f636
Fix termux build 2021-08-26 14:58:46 +02:00
TheDarkBug
833a2234c7
Merge pull request #115 from Guaxinim5573/main
[NEW-FEATURE] Move ascii arts to own file
2021-07-31 21:56:31 +02:00
TheDarkBug
8a576e5e02 Fixed installing process on freebsd 2021-07-24 12:56:18 +02:00
Guaxinim5573
3c9d9d113c Add support for ascii files in files 2021-07-22 19:32:09 -03:00
TheDarkBug
c0eb27037c Little fix for previous commit 2021-07-21 22:45:16 +02:00
TheDarkBug
b86783c774 Uwufetch now compiles on freebsd, but there is little to no info. 2021-07-21 22:36:10 +02:00
Guaxinim5573
f3af8d52dc Add man page already built 2021-07-04 12:35:19 -03:00
TheDarkBug
664fa5c8c2 Added host info, fixed install and uninstall process 2021-06-13 13:52:32 +02:00
TheDarkBug
dd97143aeb Fixed man installation on MacOs (#81) 2021-06-07 00:37:35 +02:00
TheDarkBug
a518735cb8 Fixed installation on MacOs (#81) 2021-06-07 00:34:07 +02:00
TheDarkBug
e5d1d26f27 Added build target to 'install' in makefile 2021-05-24 14:58:10 +02:00
Adriano Oliviero
09b32b1e1e Changed parse_config(), now it works without json-c 2021-04-23 18:02:05 +02:00
TheDarkBug
c802f4041f Added .prettierignore to avoid removing tabs in man page. 2021-04-18 23:51:32 +02:00
TheDarkBug
119504feb4 Fixed #71, added prettier kernel info. 2021-04-14 18:19:17 +02:00
HurricanePootis
78212a41da Remove # in makefile that prevented gzip from working. 2021-04-14 08:00:28 -05:00
TheDarkBug
3ce44faf68 Added new config options, disabled optimization in makefile to prevent segmentation fault (i have no idea) 2021-04-14 12:33:05 +02:00
TheDarkBug
69fe7f2614 Added --config option to change config path 2021-04-14 11:09:23 +02:00
TheDarkBug
eb2471b86f Added man pages, close #68 2021-04-12 13:16:45 +02:00
Guaxinim5573
2a90b9619d Fix variable name 2021-04-07 23:06:36 -03:00
Emily
e923244c97 improve Makefile
This commit improves various aspects of the Makefile, namely:
- it re-formats the variables at the beginning of the file
- it renames INSTALL_DIR to PREFIX as it is convention
- it removes the previously required trailing slash from PREFIX as it is convention
- it introduces the CC variable to be portable on systems with another cc instead of gcc
- it makes make uninstall not fail when the program is already uninstalled
- it makes make build depend on all FILES, not just uwufetch.c
- it renames FLAGS and FLAGS_DEBUG to CFLAGS and CFLAGS_DEBUG to allow later introduction of LDFLAGS
- it allows specification of the DESTDIR standard Makefile variable to allow binary distributions of uwufetch
2021-04-06 14:43:34 +02:00
TheDarkBug
596b2ce458 Replaced with (line 180), trying to fix #43 2021-03-17 10:38:48 +01:00
TheDarkBug
694a09a47d Cpu name fix (#39) 2021-03-16 08:19:57 +01:00
TheDarkBug
28c4c7a59f Added support for raspbian, fixed #36. GPU info is wip. 2021-03-14 21:42:52 +01:00
TheDarkBug
a9f7bcf419 Updated makefile for security reasons (special thanks to linuxreviews.org) 2021-03-13 21:37:27 +01:00
TheDarkBug
f88d4796f8 New ascii tux, now shell will not be displayed as a full path. 2021-03-12 11:00:37 +01:00
TheDarkBug
218ade46a8 Finally fixed ram issue (no one noticed anyway), general optimization and now completely bash-free (except pkgman() obviously) 2021-03-11 22:39:16 +01:00
TheDarkBug
7efaabfb8b Fixed info printing with image mode, added (partial) termux support 2021-03-07 22:04:05 +01:00
TheDarkBug
5d9f0c5880 Changed install directory for better package-manager compatibility. 2021-03-07 17:15:42 +01:00
TheDarkBug
b39c1af276 Updated print_image next step is adding images in res directory 2021-03-07 15:30:32 +01:00
TheDarkBug
7583f23929 Added usage, fixed something and added print_image() function (not yet working). 2021-03-07 00:19:03 +01:00
TheDarkBug
782039c0ed Split code in functions, changed printing system. edited makefile to copy images in .config/uwufetch/ 2021-03-06 21:17:29 +01:00
TheDarkBug
931ad12ea9 Removed some debug stuff in the makefile 2021-03-05 17:28:14 +01:00
TheDarkBug
f546dfbd91 Now you can uwu on Myanjaro, fixed wrong ram usage and changed version_name 2021-03-05 17:22:48 +01:00
Nereuxofficial
2435e0d6b6
Added the uninstall target to the makefile 2021-03-05 12:03:09 +01:00
TheDarkBug
bed6fd3310 Updated README.md and makefile. 2021-03-05 10:49:09 +01:00