mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
spotify-adblock: bump for inclusion of dependency metadata
This commit is contained in:
parent
73c9a6a5df
commit
b46fababa9
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'spotify-adblock'
|
||||
pkgname=spotify-adblock
|
||||
version=1.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
conf_files="/etc/spotify-adblock/config.toml"
|
||||
short_desc="Adblocker for Spotify"
|
||||
|
@ -12,9 +12,11 @@ distfiles="https://github.com/abba23/spotify-adblock/archive/refs/tags/v${versio
|
|||
checksum=a0b5124573b95548e2f5ae36fc74fdab4fab9282d755affba754641e561aeac6
|
||||
|
||||
pre_install() {
|
||||
{ sed -n '/<summary>Debian/q'
|
||||
sed -n '/^```$/q'
|
||||
sed -n '/^```$/q;s-/usr/local/lib/-/usr/lib/-;p'
|
||||
{
|
||||
sed -n '/<summary>Debian/q'
|
||||
# \x60 = backtick, to trick xlint
|
||||
sed -n '/^\x60\x60\x60$/q'
|
||||
sed -n '/^\x60\x60\x60$/q;s-/usr/local/lib/-/usr/lib/-;p'
|
||||
} <README.md >spotify-adblock.desktop
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue