mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
newsboat: add complete contrib folder
This commit is contained in:
parent
6e91f02859
commit
fd8a013502
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'newsboat'
|
# Template file for 'newsboat'
|
||||||
pkgname=newsboat
|
pkgname=newsboat
|
||||||
version=2.16.1
|
version=2.16.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="newsboat-r${version}"
|
wrksrc="newsboat-r${version}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
build_helper="rust"
|
build_helper="rust"
|
||||||
|
@ -33,6 +33,5 @@ post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsconf doc/example-bookmark-plugin.sh bookmark-plugin.sh
|
vsconf doc/example-bookmark-plugin.sh bookmark-plugin.sh
|
||||||
mv "${DESTDIR}/usr/share/doc/$pkgname/examples/config" "${DESTDIR}/usr/share/examples/${pkgname}"
|
mv "${DESTDIR}/usr/share/doc/$pkgname/examples/config" "${DESTDIR}/usr/share/examples/${pkgname}"
|
||||||
vmkdir usr/share/examples/${pkgname}/contrib
|
vcopy contrib usr/share/examples/${pkgname}
|
||||||
vcopy contrib/* usr/share/examples/${pkgname}/contrib
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue