Created
May 13, 2017 19:05
-
-
Save theshadowx/9fed18ac05240914224d6dcb440274f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DESCRIPTION = "Note taking application, write down your thoughts.\n" \ | |
# "Notes is a tool for the things you need to write down off your" \ | |
# "brain. It is your place of expressing yourself. Notes is an open" \ | |
# "source and cross-platform project, and you're welcome to be part of it and contribute.\n" \ | |
# "We hope you will love it as much as we do." | |
# | |
# checkinstall.commands = cd $$PWD/../packaging/linux && ./make_deb.sh | |
# checkinstall.commands = echo \"$$DESCRIPTION\" > description-pak && \ | |
# checkinstall -d 3 \ | |
# --type=debian \ | |
# --maintainer=\"Nutty Artist \\<[email protected]\\>\" \ | |
# --pkgname=$$TARGET \ | |
# --pkgversion=$$VERSION \ | |
# --pkgrelease=git$$GIT_REV \ | |
# --pkgarch=amd64 \ | |
# --pkglicense=MPL-2.0 \ | |
# --pkggroup=utils \ | |
# --provides=$$TARGET \ | |
# --requires=\"libqt5widgets5 \\(\>= 5.2.1\\), libqt5gui5 \\(\>= 5.2.1\\), libqt5network5 \\(\>= 5.2.1\\), libqt5sql5 \\(\>= 5.2.1\\), libqt5core5a \\(\>= 5.2.1\\), libx11-6\" \ | |
# --nodoc \ | |
# --fstrans=no \ | |
# --backup=no \ | |
# --default \ | |
# --showinstall=no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment