mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 00:57:01 +02:00
uni-koblenz.de has removed the page and/or all userpages; now redirects to a network status page and instructions to setup campus VPN. There is no clear new homepage and no new distfiles, so using archive.org for now. The archived version has the same checksum. The last build of the package was so long ago that the distfile was never saved by distfiles.voidlinux.org
16 lines
586 B
Bash
16 lines
586 B
Bash
# Template file for 'geteltorito'
|
|
pkgname=geteltorito
|
|
version=0.6
|
|
revision=3
|
|
depends="perl"
|
|
short_desc="El Torito boot image extractor"
|
|
maintainer="0x5c <dev@0x5c.io>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://web.archive.org/web/20240118060107/https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito"
|
|
distfiles="https://web.archive.org/web/20240327193559if_/https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/geteltorito-${version}.tar.gz"
|
|
checksum=bb4fab8d4bedee1250762940b9f5d20fc7ac29fb2b5e9767c6af0a0955aa6bbe
|
|
|
|
do_install() {
|
|
vbin geteltorito
|
|
vdoc README
|
|
}
|