mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/fossil: new aport
This commit is contained in:
parent
b518c2f3ce
commit
e27110c83f
26
testing/fossil/APKBUILD
Normal file
26
testing/fossil/APKBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
# Contributor: Paul Onyschuk <blink@bojary.koba.pl>
|
||||
# Maintainer:
|
||||
pkgname=fossil
|
||||
pkgver=20110528185122
|
||||
pkgrel=0
|
||||
pkgdesc="Simple, high-reliability, distributed software configuration management"
|
||||
url="http://www.fossil-scm.org"
|
||||
arch="all"
|
||||
license="BSD"
|
||||
depends="openssl zlib"
|
||||
makedepends="openssl-dev zlib-dev"
|
||||
source="$url/download/$pkgname-src-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-src-$pkgver
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
install -Dm 755 $pkgname "$pkgdir"/usr/bin/$pkgname || return 1
|
||||
}
|
||||
|
||||
md5sums="3b5573ce42d9874e5184712d8522bc95 fossil-src-20110528185122.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user