Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
S
SulinRepository
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
2
Konular (issue)
2
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
SulinOS
SulinRepository
Commits
f31d1833
Unverified
Kaydet (Commit)
f31d1833
authored
Ock 09, 2020
tarafından
Suleyman Poyraz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sshfs is compiled due to issue #24
üst
a1baf4c8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
64 additions
and
0 deletions
+64
-0
component.xml
network/fs/component.xml
+3
-0
actions.py
network/fs/sshfs/actions.py
+17
-0
pspec.xml
network/fs/sshfs/pspec.xml
+44
-0
No files found.
network/fs/component.xml
0 → 100644
Dosyayı görüntüle @
f31d1833
<INARY>
<Name>
network.fs
</Name>
</INARY>
network/fs/sshfs/actions.py
0 → 100644
Dosyayı görüntüle @
f31d1833
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from
inary.actionsapi
import
mesontools
from
inary.actionsapi
import
inarytools
def
setup
():
mesontools
.
meson_configure
()
def
build
():
mesontools
.
ninja_build
()
def
install
():
mesontools
.
ninja_install
()
network/fs/sshfs/pspec.xml
0 → 100644
Dosyayı görüntüle @
f31d1833
<INARY>
<Source>
<Name>
sshfs
</Name>
<Homepage>
http://fuse.sourceforge.net/sshfs.html
</Homepage>
<Packager>
<Name>
Süleyman Poyraz
</Name>
<Email>
zaryob.dev@gmail.com
</Email>
</Packager>
<License>
GPLv2
</License>
<IsA>
app:console
</IsA>
<Summary>
A filesystem client based on the SSH FTP
</Summary>
<Description>
sshfs allows mounting remote SSH accounts as a filesystem.
</Description>
<Archive
sha1sum=
"63832e22e6801a2d199475fe7fd979248f812aae"
>
https://github.com/libfuse/sshfs/releases/download/sshfs-3.7.0/sshfs-3.7.0.tar.xz
</Archive>
<BuildDependencies>
<Dependency>
fuse-devel
</Dependency>
<Dependency>
glib2-devel
</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>
sshfs
</Name>
<RuntimeDependencies>
<Dependency>
fuse
</Dependency>
<Dependency>
glib2
</Dependency>
</RuntimeDependencies>
<Files>
<Path
fileType=
"executable"
>
/usr/sbin
</Path>
<Path
fileType=
"executable"
>
/usr/bin
</Path>
<Path
fileType=
"library"
>
/usr/lib
</Path>
<Path
fileType=
"doc"
>
/usr/share/doc
</Path>
<Path
fileType=
"man"
>
/usr/share/man
</Path>
</Files>
</Package>
<History>
<Update
release=
"1"
>
<Date>
2020-01-09
</Date>
<Version>
3.7.0
</Version>
<Comment>
First release
</Comment>
<Name>
Süleyman Poyraz
</Name>
<Email>
zaryob.dev@gmail.com
</Email>
</Update>
</History>
</INARY>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment