widelands-maps: remove package.

voidlinux.de has been shut down, so the distfile is no longer
accessible, and I couldn't find how the tarball was even assembled in
the first place.

Doesn't have to be added to removed-packages since it doesn't ship any
executables.
This commit is contained in:
Érico Nogueira 2021-06-09 23:24:26 -03:00 committed by Érico Nogueira Rolim
parent 1e857a2812
commit aeff9e595e
1 changed files with 0 additions and 17 deletions
srcpkgs/widelands-maps

View File

@ -1,17 +0,0 @@
# Template file for 'widelands-maps'
pkgname=widelands-maps
version=1.1
revision=4
short_desc="Additional maps for Widelands v18"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://wl.widelands.org/maps/"
distfiles="https://distfiles.voidlinux.de/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
checksum=2029d8e72efedaa2f81f3b99d2d14f732964ac71bf5d563ae18321ace5ddf531
do_install() {
vmkdir usr/share/widelands
# Now contained in widelands-19
rm -rvf maps/Wideworld.wmf
mv ${wrksrc}/maps ${DESTDIR}/usr/share/widelands
}