All Projects → SkYNewZ → Boostnote-packages

SkYNewZ / Boostnote-packages

Licence: MIT license
Repo containing .rpm, .deb and Boostnote app folder

Projects that are alternatives of or similar to Boostnote-packages

Fpm Within Docker
Leverage fpm inside pre-baked docker images in order to build and test native DEB and RPM packages.
Stars: ✭ 80 (+158.06%)
Mutual labels:  debian, fedora, deb, rpm
Open Build Service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
Stars: ✭ 599 (+1832.26%)
Mutual labels:  debian, fedora, deb, rpm
Spotcommander
The most intuitive and feature-rich remote control for Spotify for Linux
Stars: ✭ 152 (+390.32%)
Mutual labels:  debian, fedora
Termux Os
All in One Termux Os..!! (New)
Stars: ✭ 150 (+383.87%)
Mutual labels:  debian, fedora
Howdy
🛡️ Windows Hello™ style facial authentication for Linux
Stars: ✭ 3,237 (+10341.94%)
Mutual labels:  debian, fedora
App Outlet
A Universal linux app store
Stars: ✭ 131 (+322.58%)
Mutual labels:  debian, deb
Anlinux Resources
Image and Script for LinuxOnAndroid App
Stars: ✭ 135 (+335.48%)
Mutual labels:  debian, fedora
Rpi Pxe Server
setup a Raspberry Pi as an PXE-Server
Stars: ✭ 197 (+535.48%)
Mutual labels:  debian, fedora
Postinstall
💻 Bash Script to automate post-installation steps
Stars: ✭ 104 (+235.48%)
Mutual labels:  debian, fedora
spotify-deb-install
MOVED: https://gitlab.com/q3aql/spotify-deb-install
Stars: ✭ 15 (-51.61%)
Mutual labels:  debian, deb
ppa-packaging
Semi-automated script to create binary packages for (multiple versions of) Ubuntu
Stars: ✭ 15 (-51.61%)
Mutual labels:  debian, deb
wsl-distrod
Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
Stars: ✭ 1,637 (+5180.65%)
Mutual labels:  debian, fedora
Anlinux Adfree
AnLinux, Ad free version.
Stars: ✭ 127 (+309.68%)
Mutual labels:  debian, fedora
Mattermost Ansible
Ansible playbook to provide a turnkey solution for the Team Edition of Mattermost
Stars: ✭ 126 (+306.45%)
Mutual labels:  debian, standalone
Rofi
A large collection of Rofi based custom Menu, Applets, Launchers & Powermenus.
Stars: ✭ 2,907 (+9277.42%)
Mutual labels:  debian, fedora
Mindforger
Thinking notebook and Markdown editor.
Stars: ✭ 1,695 (+5367.74%)
Mutual labels:  debian, fedora
Openvpn Install
OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora
Stars: ✭ 14,199 (+45703.23%)
Mutual labels:  debian, fedora
copr-rpm-spec
My RPM specs on Copr
Stars: ✭ 17 (-45.16%)
Mutual labels:  fedora, rpm
Packer Templates
Stars: ✭ 90 (+190.32%)
Mutual labels:  debian, fedora
Vagrant Box Templates
Stars: ✭ 100 (+222.58%)
Mutual labels:  debian, fedora

Boostnote-packages

Build Status CircleCI Github All Releases Latest version

Please check Boostnote repository before : https://github.com/BoostIO/Boostnote/

I follow this guide. Packages are now builed by CircleCI.

How it works

According to this guide,

  • Install dependencies for building : dnf install -y dpkg dpkg-dev rpm-build fakeroot
  • Clone the Boostnote repo and install node dependencies
  • Launch build command to generate .rpm and .deb package (see here)
  • Tar the standalone package
  • Use github-release for automatic publishing (https://github.com/aktau/github-release)
    • Create new tag
    • Upload Boostnote-linux-x64-${LAST_TAG}.tar.gz
    • Upload boostnote_0.8.20_amd64.deb
    • Upload boostnote-0.8.20.x86_64.rpm

Downloads and install

Fedora/Redhat

# install require package
$ sudo yum install lsb
# download
$ wget https://github.com/SkYNewZ/Boostnote-packages/releases/download/v0.8.20/boostnote-0.8.20.x86_64.rpm -O /tmp/boostnote-0.8.20.x86_64.rpm
# install
$ sudo rpm -ivh /tmp/boostnote-0.8.20.x86_64.rpm
# clean
$ rm /tmp/boostnote-0.8.20.x86_64.rpm

Debian/Ubuntu

# download
$ wget hhttps://github.com/SkYNewZ/Boostnote-packages/releases/download/v0.8.20/boostnote_0.8.20_amd64.deb -O /tmp/boostnote_0.8.20_amd64.deb
# install
$ sudo dpkg -i /tmp/boostnote_0.8.20_amd64.deb
# install missing depedencies
$ sudo apt-get -f install
# clean
rm /tmp/boostnote_0.8.20_amd64.deb
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].