mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/sacc: modernize and cleanup
This commit is contained in:
parent
c9f55282f3
commit
3e2a7dfd95
@ -2,7 +2,7 @@
|
||||
# Maintainer: Sascha Paunovic <azarus@posteo.net>
|
||||
pkgname=sacc
|
||||
pkgver=1.01
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="saccomys, simple console gopher client"
|
||||
url="gopher://bitreich.org/1/scm/sacc"
|
||||
arch="all"
|
||||
@ -10,16 +10,13 @@ license="ISC"
|
||||
options="!check" # sacc does not have checks
|
||||
makedepends="ncurses-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="ftp://bitreich.org/releases/$pkgname/$pkgname-$pkgver.tgz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
source="ftp://bitreich.org/releases/sacc/sacc-$pkgver.tgz"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make install PREFIX=/usr DESTDIR="$pkgdir"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user