Skip to content
Snippets Groups Projects
Unverified Commit 8bb49855 authored by TBK's avatar TBK
Browse files

community/fortune: disable check & pkgrel bump

parent b4e07681
No related merge requests found
...@@ -2,11 +2,12 @@ ...@@ -2,11 +2,12 @@
# Maintainer: Andrew Hills <ahills@ednos.net> # Maintainer: Andrew Hills <ahills@ednos.net>
pkgname=fortune pkgname=fortune
pkgver=0.1 pkgver=0.1
pkgrel=0 pkgrel=1
pkgdesc="Fortune cookie program ported from OpenBSD" pkgdesc="Fortune cookie program ported from OpenBSD"
url="https://github.com/ahills/fortune" url="https://github.com/ahills/fortune"
arch="all" arch="all"
license="BSD-3-Clause" license="BSD-3-Clause"
options="!check" # no test suite
makedepends="libbsd-dev" makedepends="libbsd-dev"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
...@@ -18,4 +19,5 @@ build() { ...@@ -18,4 +19,5 @@ build() {
package() { package() {
make PREFIX=/usr DESTDIR="$pkgdir" install make PREFIX=/usr DESTDIR="$pkgdir" install
} }
sha512sums="11c883aef8fafea6237fcd1b45fbbb169d6996a253f1def720dd9379c4bfe1bad050789c6e89eb7f1960abde54fe04d85fd13148bd0af8528de630611c0e6e48 fortune-0.1.tar.gz" sha512sums="11c883aef8fafea6237fcd1b45fbbb169d6996a253f1def720dd9379c4bfe1bad050789c6e89eb7f1960abde54fe04d85fd13148bd0af8528de630611c0e6e48 fortune-0.1.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment