🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435363738
pkgname: grsync
pkgver: '1.3.1'
pkgrel: '2'
pkgdesc: 'GUI for rsync'
url: 'https://github.com/FreeRDP/Remmina/'
arch: x86_64
depends:
- rsync
- 'hicolor-icon-theme'
- 'gtk-update-icon-cache'
- 'shared-mime-info'
- 'desktop-file-utils'
makedepends:
- gtk3
- rsync
- intltool
source:
- 'https://www.opbyte.it/release/${pkgname}-${pkgver}.tar.gz'
- 'gtk3-port.patch'
sha256sums:
- SKIP
- SKIP
build: |
cd ${pkgname}-${pkgver}
#patch -Np1 -i ../gtk3-port.patch
autoreconf -fi
./configure --prefix=/usr --disable-unity
make
make DESTDIR=${PKGDIR} install
package: |
true