Initial
This commit is contained in:
commit
363a876c22
88 changed files with 783 additions and 0 deletions
7
ressources/joplin/makedeb
Normal file
7
ressources/joplin/makedeb
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
PATH_BUILD=$1
|
||||
PATH_DEB=$2
|
||||
GIT_VERSION=$3
|
||||
|
||||
wget https://github.com/laurent22/joplin/releases/download/v${GIT_VERSION}/Joplin-${GIT_VERSION}.AppImage -qO ${PATH_DEB}/usr/share/joplin/Joplin.AppImage
|
||||
chmod +x ${PATH_DEB}/usr/share/joplin/Joplin.AppImage
|
0
ressources/joplin/rootfs/DEBIAN/changelog
Normal file
0
ressources/joplin/rootfs/DEBIAN/changelog
Normal file
7
ressources/joplin/rootfs/DEBIAN/control
Normal file
7
ressources/joplin/rootfs/DEBIAN/control
Normal file
|
@ -0,0 +1,7 @@
|
|||
Package: joplin
|
||||
Version: %VERSION%
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Maintainer: Thomas Legay <thomas@syngate.fr>
|
||||
Description: joplin
|
2
ressources/joplin/rootfs/usr/bin/joplin
Executable file
2
ressources/joplin/rootfs/usr/bin/joplin
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
/usr/share/joplin/Joplin.AppImage
|
|
@ -0,0 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Name=Joplin
|
||||
Comment=Text Editor
|
||||
GenericName=Text Editor
|
||||
Exec=joplin
|
||||
Icon=/usr/share/joplin/joplin.png
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Type=Application
|
||||
Categories=Utility;TextEditor
|
||||
|
BIN
ressources/joplin/rootfs/usr/share/joplin/joplin.png
Normal file
BIN
ressources/joplin/rootfs/usr/share/joplin/joplin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue