summaryrefslogtreecommitdiff
path: root/pcr/profile-sync-daemon/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2020-03-14 19:02:54 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2020-03-14 19:02:54 -0500
commit526d67757caa0181dd43d1e2eeaba93609cf4817 (patch)
tree90faea68e84bd91a405a6a008fffd15d0de1b57b /pcr/profile-sync-daemon/PKGBUILD
parent094647542ace60f7ae09bd5d60216af2e302dce0 (diff)
downloadabslibre-526d67757caa0181dd43d1e2eeaba93609cf4817.tar.gz
abslibre-526d67757caa0181dd43d1e2eeaba93609cf4817.tar.bz2
abslibre-526d67757caa0181dd43d1e2eeaba93609cf4817.zip
Removing profile-sync-daemon: This package is in [community] repo
Diffstat (limited to 'pcr/profile-sync-daemon/PKGBUILD')
-rw-r--r--pcr/profile-sync-daemon/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/pcr/profile-sync-daemon/PKGBUILD b/pcr/profile-sync-daemon/PKGBUILD
deleted file mode 100644
index c1583c241..000000000
--- a/pcr/profile-sync-daemon/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer (Arch): graysky <graysky AT archlinux DOT us>
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname='profile-sync-daemon'
-pkgver=6.31
-pkgrel=1.parabola1
-pkgdesc='Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.'
-arch=('any')
-url='https://github.com/graysky2/profile-sync-daemon'
-license=('MIT')
-depends=('procps-ng' 'rsync' 'systemd' 'findutils')
-conflicts=('goanysync' 'go-anysync-git' 'iceweasel-sync'
-'tmpfs-store' 'tmpfs-sync' 'user-profile-sync-daemon')
-source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
-install=psd.install
-sha256sums=('3aa6f83ad5cb47653d486124233d6af7cf79e58bd1e57a4bcd34029012be9a13')
-
-build() {
- cd "$pkgname-$pkgver"
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 MIT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- rm -f "$pkgdir/usr/share/man/man1/psd-overlay-helper.1.gz"
-}