mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
redis: code style.
This commit is contained in:
@@ -2,10 +2,10 @@ SUMMARY="Advanced key-value store"
|
||||
DESCRIPTION="Redis is an open source, advanced key-value store. It is often \
|
||||
referred to as a data structure server since keys can contain strings, hashes,\
|
||||
lists, sets and sorted sets."
|
||||
HOMEPAGE="https://redis.io/"
|
||||
COPYRIGHT="2006-2010 Salvatore Sanfilippo"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
HOMEPAGE="https://redis.io/"
|
||||
SOURCE_URI="http://download.redis.io/releases/redis-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26"
|
||||
PATCHES="redis-$portVersion.patchset"
|
||||
@@ -47,4 +47,3 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user