Spritewell performs image composition on a glob of source images. This is useful for creating spritesheets of images. This is a thread safe library and is optimized for multicore systems.
18 lines
538 B
Makefile
18 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/11/18 08:46:07 ryoon Exp $
|
|
|
|
DISTNAME= spritewell-0.5.0
|
|
PKGNAME= go-${DISTNAME}
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=wellington/}
|
|
CATEGORIES= www
|
|
GITHUB_PROJECT= spritewell
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/wellington/spritewell
|
|
COMMENT= Native go implementation of image composition for CSS spriting
|
|
|
|
GO_DIST_BASE= ${DISTNAME}
|
|
GO_SRCPATH= github.com/wellington/spritewell
|
|
|
|
.include "../../lang/go/go-package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|