1bfa124491
NOTE * This list isn't complete. There have been more changes and fixes than are listed here. This release contains a lot of bug fixes. * [distro] added support for latest macOS. * [distro] added automatic detection for Ubuntu flavours. * [uptime] fixed seconds on Linux. * [desktop environment] enabled version output by default. * [distro] now displays whether -current or -release when OpenBSD is detected. * [distro] added support for OpenStage Linux. * [theme] change gtk3 config order. * [distro] split AOSC into OS and OS/Retro. * [distro] added support for openmamba * [general] added support for OIL shell. * [distro] added support for Alter Linux * [distro] added support for Serene Linux * [window manager] added support for xmonad. * [packages] sped up guix. * [shell] added es shell support. * [distro] added support for OS Elbrus. * [distro] added support for sambabox. * [disk] fixed bug with disk entries and spaces in filenames. * [resolution] multi-monitor Windows support. * [distro] added support for Venom Linux. * [song] added playerctl support. * [general] updated iOS device information. * [distro] added support for Hash Linux. * [distro] added support for Garuda Linux. * [window manager] added support for x11fs. * [song] added Tauon Music Box support. * [distro] added support for DarkOS. * [song] added support for Olivia player. * [distro] added support for ITX. * [resolution] fixed output when monitor connected but turned off. * [ascii] added logo for Ubuntu Cinnamon. * [distro] added support for OpenEuler. * [terminal] added support for Windows terminal. * [memory] added support for changing output unit (kb, mb, gb). * [wallpaper] added LXQT support.
21 lines
457 B
Makefile
21 lines
457 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/08/08 21:58:57 nia Exp $
|
|
|
|
DISTNAME= neofetch-7.1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=dylanaraps/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/dylanaraps/neofetch
|
|
COMMENT= Command-line system information tool
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= bash:run
|
|
|
|
USE_LANGUAGES= # none
|
|
NO_BUILD= yes
|
|
|
|
MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}
|
|
|
|
REPLACE_BASH+= neofetch
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|