Commit 16e1c531 authored by Yuanle Song's avatar Yuanle Song
Browse files

minor update on deb description; add doc on fpm tool

parent 78b258cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ fpm -f -t deb -s dir -n zero-panel -v "$VERSION" \
    -d libgtk-3-0 \
    -d libglib2.0-0 \
    --deb-recommends fonts-noto-cjk \
    --description "panel used to show candidates for zero-el" \
    --description "panel used to show candidates for zero-input" \
    --vendor sylecn \
    --maintainer "Yuanle Song <sylecn@gmail.com>" \
    --deb-priority optional \
+15 −0
Original line number Diff line number Diff line
@@ -448,3 +448,18 @@ candidates.

** 2019-09-02 apply apache license.
* wontfix                                                             :entry:
** 2023-08-01 try build deb using demake and debuild. I don't like fpm.
- is fpm maintained? yes.
  there are lots of open issues. but the project is still alive.
- does fpm support systemd service file? yes.
  Command-line Reference — fpm - packaging made simple 1.9.0 documentation
  https://fpm.readthedocs.io/en/latest/cli-reference.html

  --deb-systemd FILEPATH
        (deb only) Add FILEPATH as a systemd script
  --[no-]deb-systemd-auto-start
  --[no-]deb-systemd-enable

  so it can still work.
- continue using it if it is not broken.