neofetch.paketlendi
This commit is contained in:
parent
3ee128158e
commit
a6826a789c
2 changed files with 50 additions and 0 deletions
31
talimatname/genel/neofetch/linux
Normal file
31
talimatname/genel/neofetch/linux
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
|
||||||
|
:
|
||||||
|
#
|
||||||
|
# ,
|
||||||
|
' #
|
||||||
|
# + ,
|
||||||
|
' .#. # #
|
||||||
|
+` ##`'###, #
|
||||||
|
+######;##### ,
|
||||||
|
.##########` : ;
|
||||||
|
########## ` #
|
||||||
|
:#########'# ` + .
|
||||||
|
;########### +# #; # #
|
||||||
|
############ ## +#+`# +
|
||||||
|
########### ## ########.
|
||||||
|
########### ,##########
|
||||||
|
########### ##########
|
||||||
|
:########## +'##########:
|
||||||
|
###########`##########
|
||||||
|
# ###########``######
|
||||||
|
## `######## # '#
|
||||||
|
####; ##,`.## ##:
|
||||||
|
`#####+ +###+ ###
|
||||||
|
############+ '######
|
||||||
|
..####;:#####` ######`
|
||||||
|
:## +##### '# #
|
||||||
|
'#####:#### #+
|
||||||
|
########## +.
|
||||||
|
###### ##.
|
||||||
|
##` + #
|
||||||
|
: , :
|
19
talimatname/genel/neofetch/talimat
Normal file
19
talimatname/genel/neofetch/talimat
Normal 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
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue