18 lines
481 B
Bash
18 lines
481 B
Bash
# Template build file for 'ico'.
|
|
pkgname=ico
|
|
version=1.0.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel"
|
|
short_desc="Animate an icosahedron or other polyhedron"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="X11, MIT"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.xz"
|
|
checksum=38f369d431e753280fde70fa489cc94ce204f9f8eabd2f49fc7d32afa69f4405
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|