mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
blackbird-themes: use bsdtar
This commit is contained in:
parent
a2a7098bfd
commit
d1e750e33c
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ revision=3
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
depends="gtk+"
|
depends="gtk+"
|
||||||
short_desc="An elegant dark GTK2/3/Metacity/Xfwm theme"
|
short_desc="Elegant dark GTK2/3/Metacity/Xfwm theme"
|
||||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/shimmerproject/Blackbird"
|
homepage="https://github.com/shimmerproject/Blackbird"
|
||||||
|
@ -13,7 +13,7 @@ distfiles="https://github.com/shimmerproject/Blackbird/archive/v${version}.tar.g
|
||||||
checksum=ca31362254df2d336b2b090deb925f19a1dba72632ed9c7f82cf406be89ec1e6
|
checksum=ca31362254df2d336b2b090deb925f19a1dba72632ed9c7f82cf406be89ec1e6
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
tar xzf v${version}.tar.gz
|
bsdtar xzf v${version}.tar.gz
|
||||||
vmkdir usr/share/themes
|
vmkdir usr/share/themes
|
||||||
vcopy Blackbird-${version} usr/share/themes/Blackbird
|
vcopy Blackbird-${version} usr/share/themes/Blackbird
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue