fix: improve debian/ dir with working values
This commit is contained in:
parent
e6e5ea42e8
commit
cbbc302756
3 changed files with 5 additions and 4 deletions
5
debian/control
vendored
5
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: mfm
|
|||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Glenn Y. Rolland <glenux@glenux.net>
|
||||
Build-Depends: debhelper-compat (= 13), crystal, make
|
||||
Build-Depends: debhelper-compat (= 13), crystal, shards, make
|
||||
Standards-Version: 4.6.0
|
||||
Homepage: https://code.apps.glenux.net/glenux/mfm
|
||||
Vcs-Git: https://code.apps.glenux.net/glenux/mfm.git
|
||||
|
@ -10,7 +10,8 @@ Vcs-Browser: https://code.apps.glenux.net/glenux/mfm
|
|||
|
||||
Package: mfm
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libpcre3, libevent-2.1-7, fzf
|
||||
Recommends: gocryptfs, httpdirfs, sshfs
|
||||
Description: Simple command-line helper for FUSE filesystems
|
||||
MFM is a Crystal-lang CLI designed to streamline the management of various
|
||||
FUSE filesystems, such as sshfs, gocryptfs, httpdirfs, and more. Through its
|
||||
|
|
2
debian/mfm.install
vendored
2
debian/mfm.install
vendored
|
@ -1,3 +1,3 @@
|
|||
bin/mfm /usr/bin/
|
||||
README.md /usr/share/doc/mfm/
|
||||
LICENSE /usr/share/doc/mfm/
|
||||
LICENSES/GPL-3.0-or-later.txt /usr/share/doc/mfm/LICENSE
|
||||
|
|
Loading…
Reference in a new issue