peek: undo compression of manual page
This commit is contained in:
parent
fed3f319cc
commit
af269580ce
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'peek'
|
||||
pkgname=peek
|
||||
version=1.5.1
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=meson
|
||||
hostmakedepends="glib-devel libxml2 gettext pkg-config txt2man vala"
|
||||
makedepends="gtk+3-devel libkeybinder3-devel"
|
||||
|
@ -12,3 +12,8 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://github.com/phw/peek"
|
||||
distfiles="https://github.com/phw/peek/archive/${version}.tar.gz"
|
||||
checksum=d2b52297d3941db2f10ad4dd00a6d5606728c0fee6af5f1594a036f88e478237
|
||||
|
||||
post_install() {
|
||||
# Manual page is actually compressed; make sure the post-install hook finds it
|
||||
mv ${DESTDIR}/usr/share/man/man1/peek.{1,1.gz}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue