mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
musca: change distfiles and homepage
This commit is contained in:
parent
e57496cbed
commit
cefcdbac6d
1 changed files with 4 additions and 3 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'musca'
|
# Template file for 'musca'
|
||||||
pkgname=musca
|
pkgname=musca
|
||||||
version=0.9.24
|
version=0.9.24
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libX11-devel libXcursor-devel"
|
makedepends="libX11-devel libXcursor-devel"
|
||||||
short_desc="Tiling window manager, with features nicked from ratpoison and dwm"
|
short_desc="Tiling window manager, with features nicked from ratpoison and dwm"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://aerosuidae.net/musca.html"
|
homepage="https://launchpad.net/musca"
|
||||||
distfiles="https://distfiles.voidlinux.de/musca-${version}/musca-${version}.tgz"
|
distfiles="https://ftp.netbsd.org/pub/pkgsrc/distfiles/musca-${version}.tgz"
|
||||||
checksum=c34e37e2df5075a61f8d5268786ab8115816af95c46e063c50f7f1c500527301
|
checksum=c34e37e2df5075a61f8d5268786ab8115816af95c46e063c50f7f1c500527301
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cp ${FILESDIR}/Makefile .
|
cp ${FILESDIR}/Makefile .
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin musca
|
vbin musca
|
||||||
vbin apis
|
vbin apis
|
||||||
|
|
Loading…
Add table
Reference in a new issue