Package Details: mackup 0.8.41-1

Git Clone URL: https://aur.archlinux.org/mackup.git (read-only, click to copy)
Package Base: mackup
Description: a small Python utitlity to keep your application settings in sync.
Upstream URL: https://github.com/lra/mackup
Keywords: backup config dotfiles
Licenses: GPL3
Submitter: MagicAndWires
Maintainer: MagicAndWires
Last Packager: MagicAndWires
Votes: 4
Popularity: 0.000000
First Submitted: 2014-05-28 23:45 (UTC)
Last Updated: 2024-09-25 14:56 (UTC)

Latest Comments

« First ‹ Previous 1 2

Cadair commented on 2015-02-05 10:35 (UTC)

I updated a PKGBUILD to the latest 0.8.2 release this is it: pkgname=mackup pkgver=0.8.2 pkgrel=1 pkgdesc="a small Python utitlity to keep your application settings in sync." arch=('any') url="https://github.com/lra/mackup" license=('GPL3') depends=('python2') makedepends=('python2') source=("https://github.com/lra/mackup/archive/${pkgver}.tar.gz") sha256sums=('c9845c26ab22a15bbfa5e1443f2193ad0f2c253bf737e5856413986b4288cb0f') package() { cd $srcdir/${pkgname}-${pkgver} python2 setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1 }