sandy: rebuild for metadata
This commit is contained in:
parent
83cf80db9f
commit
9eff3d6f31
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'sandy'
|
# Template file for 'sandy'
|
||||||
pkgname=sandy
|
pkgname=sandy
|
||||||
version=0.4
|
version=0.4
|
||||||
revision=3
|
revision=4
|
||||||
makedepends="ncurses-devel"
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="INCS=-I. LIBS=-lncurses"
|
make_build_args="INCS=-I. LIBS=-lncurses"
|
||||||
|
makedepends="ncurses-devel"
|
||||||
short_desc="A simple ncurses text editor"
|
short_desc="A simple ncurses text editor"
|
||||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://tools.suckless.org/${pkgname}"
|
homepage="http://tools.suckless.org/${pkgname}"
|
||||||
distfiles="${SOURCEFORGE_SITE}/sandyeditor/files/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/sandyeditor/files/${pkgname}-${version}.tar.gz"
|
||||||
checksum="3c51a891efa2ec9e2aa6ae3c1aa290beaf8075dae9abb9a46b5a7d619cb2fb67"
|
checksum=3c51a891efa2ec9e2aa6ae3c1aa290beaf8075dae9abb9a46b5a7d619cb2fb67
|
||||||
replaces="sandy-git>=0"
|
replaces="sandy-git>=0"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
|
|
Loading…
Reference in New Issue