Created
February 3, 2021 04:24
-
-
Save creio/b02beb64b87175a947ed66794a646138 to your computer and use it in GitHub Desktop.
utopia
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: albakham <[email protected]> | |
pkgname=utopia | |
pkgver=1.0.7058 | |
pkgrel=1 | |
pkgdesc='Client for Utopia, an "Anti Orwellian Ecosystem"' | |
arch=('x86_64') | |
url='https://u.is' | |
license=('') | |
source=(https://update.u.is/downloads/linux/utopia-latest.amd64.deb) | |
sha256sums=('SKIP') | |
sha512sums=('SKIP') | |
depends=(libx11 libglvnd libpulse fontconfig) | |
optdepends=(gst-plugins-base gst-plugins-ugly gst-plugins-good gst-plugins-bad) | |
build() { | |
ar -x ${srcdir}/utopia-latest.amd64.deb | |
tar -xJf ${srcdir}/data.tar.xz | |
} | |
package() { | |
install -d "${pkgdir}/opt/" | |
install -d "${pkgdir}/usr/bin/" | |
cp -r "${srcdir}/opt/${pkgname}" "${pkgdir}/opt/" | |
install -Dm644 "${srcdir}/usr/share/applications/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop" | |
ln -s "${srcdir}/opt/utopia/messenger/utopia" "${pkgdir}/usr/bin/${pkgname}" | |
install -Dm644 "${srcdir}/usr/share/pixmaps/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment