🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: redis
pkgver: '8.10.1'
pkgrel: 1
pkgdesc: Advanced key-value store
url: 'https://redis.io/'
arch: x86_64
license:
- BSD
depends: []
makedepends:
- jemalloc
- grep
- shadow
- systemd
source:
- 'https://download.redis.io/releases/redis-${pkgver}.tar.gz'
- redis.rc
- redis.conf
- redis.conf-sane-defaults.patch
- redis.logrotate
sha256sums:
- 60166c95ab7aedaa9dfe516de685be0a4dd87be95ded59ba429df14c13f1b663
- SKIP
- SKIP
- SKIP
- SKIP
build: |
cd ${pkgname}-${pkgver}
patch -p1 -i ../redis.conf-sane-defaults.patch
cd ./${pkgname}-${pkgver}
make PREFIX=/usr
package: |
cd ./${pkgname}-${pkgver}
make DESTDIR=${PKGDIR} PREFIX=/usr install
install -D -m 755 ./redis.rc ${PKGDIR}/etc/rc.d/redis
install -Dm644 redis.conf ${PKGDIR}/etc/redis.conf
install -Dm644 ../redis.logrotate ${PKGDIR}/etc/logrotate.d/redis
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
install -Dm644 CODE_OF_CONDUCT.md ${PKGDIR}/usr/share/licenses/${pkgname}/CODE_OF_CONDUCT.md