aboutsummaryrefslogtreecommitdiffstats
path: root/community/obnam/APKBUILD
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-05-09 10:31:53 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-05-09 10:34:32 +0000
commit829db54574a04510340bf13aef30337f24d2c880 (patch)
tree7b5d0b58190665d699527b1da786619b4d5b9c47 /community/obnam/APKBUILD
parenta3c4a8231132752282df46c181eb1144158c3c11 (diff)
downloadaports-829db54574a04510340bf13aef30337f24d2c880.tar.bz2
aports-829db54574a04510340bf13aef30337f24d2c880.tar.xz
community/obnam: remove aport
removing obnam from aports as the project is retired[1] [1] - https://blog.liw.fi/posts/2017/08/13/retiring_obnam/
Diffstat (limited to 'community/obnam/APKBUILD')
-rw-r--r--community/obnam/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/obnam/APKBUILD b/community/obnam/APKBUILD
deleted file mode 100644
index 33ae7c2669..0000000000
--- a/community/obnam/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Maintainer:
-pkgname=obnam
-pkgver=1.22
-pkgrel=0
-pkgdesc="A backup program that supports encryption and deduplication"
-url="http://obnam.org/"
-arch="all"
-license="GPL-3.0-or-later"
-depends="python2 py-larch py-paramiko py-fuse py-enum34 py-six py-asn1-modules py-packaging"
-depends_dev=""
-makedepends="python2-dev py-setuptools"
-install=""
-subpackages="$pkgname-doc"
-source="http://code.liw.fi/debian/pool/main/o/$pkgname/${pkgname}_$pkgver.orig.tar.xz"
-
-builddir="$srcdir"/$pkgname-$pkgver
-build() {
- cd "$builddir"
- python2 setup.py build
-}
-
-package() {
- cd "$builddir"
- python2 setup.py install --prefix=/usr \
- --root="$pkgdir"
-}
-
-sha512sums="fe7098054d9f363fd0028c3ef374628b73cc6a204f575382dcf294804851dba8fdccfcf63c7dea42743aafc1030ecc68efed5757af72a04db847057e4475bcb3 obnam_1.22.orig.tar.xz"