1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 19:07:35 +00:00

Ports: Add neofetch

This commit is contained in:
Linus Groh 2020-04-27 19:09:43 +01:00 committed by Andreas Kling
parent 092e275633
commit 92671be906
3 changed files with 289 additions and 0 deletions

6
Ports/neofetch/package.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash ../.port_include.sh
port=neofetch
version=7.0.0
useconfigure=false
depends=bash
files="https://github.com/dylanaraps/neofetch/archive/${version}.tar.gz neofetch-${version}.tar.gz"