git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/nfpm
diff options
context:
space:
mode:
authormail_redacted_for_web 2026-01-18 10:08:59 +0100
committermail_redacted_for_web 2026-01-18 10:08:59 +0100
commite4346e719e6d7bd4a37ff6ab737a8f232921433e (patch)
tree49230e639fba1a660650e29780350510bc2d4a3c /nfpm
parentb59e191e8425bdeff2d2dd23cf7be653185756db (diff)
downloadforgejo-lirion-e4346e719e6d7bd4a37ff6ab737a8f232921433e.tar.bz2
add app.ini example to package
Diffstat (limited to 'nfpm')
-rw-r--r--nfpm/Makefile2
-rw-r--r--nfpm/nfpm.yaml.skel4
2 files changed, 5 insertions, 1 deletions
diff --git a/nfpm/Makefile b/nfpm/Makefile
index 902a176..da8c3ea 100644
--- a/nfpm/Makefile
+++ b/nfpm/Makefile
@@ -1,4 +1,4 @@
-FJVER := 11.0.2
+FJVER := 14.0.1
all: skel chglog build
diff --git a/nfpm/nfpm.yaml.skel b/nfpm/nfpm.yaml.skel
index f673ee9..a0e3618 100644
--- a/nfpm/nfpm.yaml.skel
+++ b/nfpm/nfpm.yaml.skel
@@ -162,6 +162,9 @@ contents:
mode: 0755
owner: root
group: root
+ - src: ../files/usr/share/doc
+ dst: /usr/share/doc
+ type: tree
# Basic file that applies to all packagers
# - src: ../fs/usr/lib/lirion/ln-initfunctions
# dst: /usr/lib/lirion/initfunctions
@@ -470,3 +473,4 @@ archlinux:
#
# # The postupgrade script runs after pacman upgrades the package
# postupgrade: ./scripts/postupgrade.sh
+#