mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
debian package creation
This commit is contained in:
parent
9f35cae97e
commit
f8b07472e5
4
.gitignore
vendored
4
.gitignore
vendored
@ -49,4 +49,6 @@ app.*.map.json
|
|||||||
*.pkg.tar.zst
|
*.pkg.tar.zst
|
||||||
/aur-struct/*.tar
|
/aur-struct/*.tar
|
||||||
/aur-struct/src
|
/aur-struct/src
|
||||||
/aur-struct/pkg
|
/aur-struct/pkg
|
||||||
|
|
||||||
|
/deb-struct/usr
|
10
control
10
control
@ -1,10 +0,0 @@
|
|||||||
Package: Spotube
|
|
||||||
Version: 0.0.3
|
|
||||||
Section: sound
|
|
||||||
Priority: optional
|
|
||||||
Architecture: all
|
|
||||||
Essential: no
|
|
||||||
Installed-Size: 31000
|
|
||||||
Maintainer: KR Tirtho
|
|
||||||
Description: A music streaming app combining the power of Spotify & Youtube
|
|
||||||
Homepage: https://github.com/KRTirtho/spotube
|
|
@ -1,4 +0,0 @@
|
|||||||
{
|
|
||||||
"appName": "name",
|
|
||||||
"version": "0.1"
|
|
||||||
}
|
|
@ -4,7 +4,7 @@ Section: sound
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Essential: no
|
Essential: no
|
||||||
Installed-Size: 31000
|
Installed-Size: 24400
|
||||||
Maintainer: KR Tirtho
|
Maintainer: Kingkor Roy Tirtho
|
||||||
Description: A music streaming app combining the power of Spotify & Youtube
|
Description: A lightweight free Spotify desktop-client which handles playback manually, streams music using Youtube & no Spotify premium account is needed
|
||||||
Homepage: https://github.com/KRTirtho/spotube
|
Homepage: https://github.com/KRTirtho/spotube
|
||||||
|
8
deb-struct/DEBIAN/postinst
Executable file
8
deb-struct/DEBIAN/postinst
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
echo Creating symlink
|
||||||
|
|
||||||
|
ln -s /usr/share/spotube/spotube /usr/bin
|
||||||
|
chmod +x /usr/bin/spotube
|
||||||
|
|
||||||
|
exit 0
|
7
deb-struct/DEBIAN/postrm
Executable file
7
deb-struct/DEBIAN/postrm
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
echo Removing symlink
|
||||||
|
|
||||||
|
rm /usr/bin/spotube
|
||||||
|
|
||||||
|
exit 0
|
@ -1,8 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Type=Application
|
|
||||||
Name=Spotube
|
|
||||||
Exec=/usr/bin/spotube
|
|
||||||
Icon=/usr/share/icons/spotube/spotube-logo.png
|
|
||||||
Comment=A music streaming app combining the power of Spotify & Youtube
|
|
||||||
Terminal=false
|
|
||||||
Categories=Music;
|
|
Loading…
Reference in New Issue
Block a user