From 33621f2c537b996d37abbd7e143716d439143caf Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 3 Oct 2018 17:00:18 +0200 Subject: Update pkgbuild --- README.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ Readme.asciidoc | 48 ------------------------------------------------ linux/makepkg/PKGBUILD | 6 +++--- 3 files changed, 53 insertions(+), 51 deletions(-) create mode 100644 README.md delete mode 100644 Readme.asciidoc diff --git a/README.md b/README.md new file mode 100644 index 0000000..60c9a2d --- /dev/null +++ b/README.md @@ -0,0 +1,50 @@ +## *smolbote?* +_It's yet another no-frills browser, poi!_ + +### What is this and why should I care? +smolbote is a [keep-it-simple][kiss-principle] free software web browser based +on Qt and QtWebEngine. + +This program is free software. You can use it as you see fit, study and modify +it, and share the program with or without modification, but providing the same +terms. + +For more information, and a list of dependancies, see [LICENSE.md][repo-license]. + +#### Simplicity +This should be a simple browser that only does its browsing job with as little +fuss as possible. This is not a platform. + +#### Customizability +This browser should be usable with minimal configuration necessary. At the same +time, all functionality should be user-customizable. It is the user's +responsibility to ensure a stable working state when changing settings. + +This browser should be kept as platform-agnostic as possible, while learning +from and implementing the UNIX philosophy as applicable. + +#### Pragmatic Freedom +Free software should serve the user, not impose unbreakable barriers for +ideological reasons. + +QtWebEngine allows the usage of third-party non-free codecs and non-free +plugins. This browser does not prevent you from doing so. It's up to you how +you exercise your freedom. + +### What's up with the name?! +It's a small boat. It says poi. + +### Sounds dumb, how do I use it? +You make it yourself. + +It's a cmake-based project that depends on Qt and Boost, so cmake && make alone +should be sufficient to build from source. Some basic package scripts are +provided in the repository. + +Detailed [build instructions](/smolbote/building.html) also included. + +### It doesn't work, what now? +Drop me an email at _aqua at iserlohn dash fortress dot net_. + +[kiss-principle]: https://en.wikipedia.org/wiki/KISS_principle +[repo-license]: https://neueland.iserlohn-fortress.net/gitea/aqua/smolbote/src/branch/master/LICENSE.md diff --git a/Readme.asciidoc b/Readme.asciidoc deleted file mode 100644 index 2434561..0000000 --- a/Readme.asciidoc +++ /dev/null @@ -1,48 +0,0 @@ -== *smolbote?* -_It's yet another no-frills browser, poi!_ - -=== What is this and why should I care? -smolbote is a link:https://en.wikipedia.org/wiki/KISS_principle[keep-it-simple] -free software web browser based on Qt and QtWebEngine. - -==== Simplicity -This should be a simple browser that only does its browsing job with as little -fuss as possible. This is not a platform. - -==== Customizability -This browser should be usable with minimal configuration necessary. At the same -time, all functionality should be user-customizable. It is the user's -responsibility to ensure a stable working state when changing settings. - -This browser should be kept as platform-agnostic as possible, while learning -from and implementing the UNIX philosophy as applicable. - -==== Pragmatic Freedom -Free software should serve the user, not impose unbreakable barriers for -ideological reasons. - -QtWebEngine allows the usage of third-party non-free codecs and non-free -plugins. This browser does not prevent you from doing so. It's up to you how -you exercise your freedom. - -This program is free software. You can use it as you see fit, study and modify -it, and share the program with or without modification, but providing the same -terms. - -For more information, and a list of dependancies, see the license information -included in the repository. - -=== What's up with the name?! -It's a small boat. It says poi. - -=== Sounds dumb, how do I use it? -You make it yourself. - -It's a cmake-based project that depends on Qt and Boost, so cmake && make alone -should be sufficient to build from source. Some basic package scripts are -provided in the repository. - -Detailed link:/smolbote/building.html[build instructions] also included. - -=== It doesn't work, what now? -Drop me an email at _aqua at iserlohn dash fortress dot net_. diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 4bb7571..4d0c830 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -84,8 +84,8 @@ package() { install -Dm644 $srcdir/smolbote/data/poi.profile $pkgdir/usr/local/lib/smolbote/poi.profile msg2 "Installing manpage" - a2x --format=manpage $srcdir/doc/smolbote.7.asciidoc - gzip $srcdir/doc/smolbote.7 - install -Dm644 $srcdir/doc/smolbote.7.gz $pkgdir/usr/local/man/man7/smolbote.7.gz + a2x --format=manpage $srcdir/smolbote/doc/smolbote.7.asciidoc + gzip $srcdir/smolbote/doc/smolbote.7 + install -Dm644 $srcdir/smolbote/doc/smolbote.7.gz $pkgdir/usr/local/man/man7/smolbote.7.gz } -- cgit v1.2.1