neofetch.paketlendi

This commit is contained in:
milisarge 2017-06-26 16:06:48 +03:00
parent 3ee128158e
commit a6826a789c
2 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,31 @@
:
#
# ,
' #
# + ,
' .#. # #
+` ##`'###, #
+######;##### ,
.##########` : ;
########## ` #
:#########'# ` + .
;########### +# #; # #
############ ## +#+`# +
########### ## ########.
########### ,##########
########### ##########
:########## +'##########:
###########`##########
# ###########``######
## `######## # '#
####; ##,`.## ##:
`#####+ +###+ ###
############+ '######
..####;:#####` ######`
:## +##### '# #
'#####:#### #+
########## +.
###### ##.
##` + #
: , :

View File

@ -0,0 +1,19 @@
# Description: BASH'da yazılmış görüntüleri destekleyen bir CLI sistem bilgisi aracı.
# URL: https://github.com/dylanaraps/
# Packager: Cihan Alkan
# Depends on:
name=neofetch
version=3.2.0
release=1
source=(https://github.com/dylanaraps/neofetch/archive/$version.tar.gz
linux)
build() {
cd $name-$version
cp -f $SRC/linux $SRC/$name-$version/ascii/distro/
make DESTDIR=$PKG install
}