Package Details: prepros-bin 7.25.0-1

Git Clone URL: https://aur.archlinux.org/prepros-bin.git (read-only, click to copy)
Package Base: prepros-bin
Description: Prepros compiles your files, transpiles your JavaScript, reloads your browsers and makes it really easy to develop & test your websites so you can focus on making them perfect.
Upstream URL: https://prepros.io
Keywords: babel compiler development sass scss webdesign
Licenses: LicenseRef-custom
Submitter: None
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 4
Popularity: 0.000000
First Submitted: 2017-08-07 02:49 (UTC)
Last Updated: 2024-04-16 01:15 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4

mariano.martin commented on 2018-05-31 20:50 (UTC)

going to maintain this one, should be working now.

MD5HashBrowns commented on 2018-02-07 18:05 (UTC) (edited on 2018-02-07 18:06 (UTC) by MD5HashBrowns)

Like @mncarballo mentioned, the source and SHA hash need to be changed. Also, I had some trouble installing and I needed to prefix a couple lines with ${pkgdir}

Now everything is working and my PKGBUILD looks like this:

# Generated by debtap
# Maintainer: arustler
# Contributor: arustler
pkgname=prepros-bin
pkgver=6.0.16
pkgrel=1
pkgdesc="Compile Sass, Less, Jade and much more with live browser refresh."
arch=('x86_64')
url="https://prepros.io"
license=('GPL2')
groups=('')
depends=('alsa-lib' 'atk' 'cairo' 'dbus' 'desktop-file-utils' 'electron' 'expat' 'fontconfig' 'freetype2' 'gconf' 'gdk-pixbuf2' 'glib2' 'gtk2' 'gvfs' 'hicolor-icon-theme' 'libcap' 'libcups' 'libgcrypt' 'libnotify' 'libsystemd' 'libudev0' 'libx11' 'libxcb' 'libxcomposite' 'libxcursor' 'libxdamage' 'libxext' 'libxfixes' 'libxi' 'libxrandr' 'libxrender' 'libxss' 'libxtst' 'nspr' 'nss' 'opera' 'pango' 'xdg-utils' 'zlib')
optdepends=('gnome-keyring'
            'libgnome-keyring'
            'lsb-release')
options=('!strip' '!emptydirs')
install=${pkgname}.install
source_x86_64=("https://d1u99qvislqhrk.cloudfront.net/stable/Prepros-Linux-6.0.18.deb")
sha512sums_x86_64=('5c5ec988ace83c98f7ea2c7558d2ebc02f773ef00402f326253ab1fb2bcc3588ef815ece6b702d7377d2325277272f9cac5ecc46cc13900220a8cc1fbc860fdf')

package(){

    # Extract package data
    tar xf data.tar.xz -C "${pkgdir}"

    install -D -m644 "${pkgdir}/usr/lib/prepros/resources/extensions/slim.asar.unpacked/ruby_gems/gems/temple-0.7.7/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
    install -D -m644 "${pkgdir}/usr/share/doc/prepros/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"

}