Skip to content

Instantly share code, notes, and snippets.

Tutorials

@qiuwei
qiuwei / PKGBUILD
Created November 26, 2012 21:51 — forked from sseemayer/PKGBUILD
mendeleydesktop 1.7-1 PKGBUILD
##maintainer Meow < meow at linux dot cn >
pkgname=mendeleydesktop
pkgver=1.7
pkgrel=1
pkgdesc="Academic software for managing and sharing research papers (desktop client)"
url=http://www.mendeley.com/release-notes/
arch=(i686 x86_64)
depends=(python2 qtwebkit)
license=(custom:mendeley_eula)
@qiuwei
qiuwei / unity-builder.sh
Created November 6, 2012 13:00 — forked from freethinker/unity-builder.sh
unity-builder.sh
#!/bin/bash
# Dirty script to build Unity under ArchLinux
# Thanks for PKGBUILDs, chenxiaolong!
# Valdos Sine <fat0troll at riseup dot net> 2012
# Pratik Sinha <pratik at humbug dot in> 2012
echo "Run it in directory which will be build root ;)"
echo "Make sure you're have sudo without password or you will stuck in every package installation"
echo "GO!"