Package Details: xmeasure 0.0.1-7

Git Clone URL: https://aur.archlinux.org/xmeasure.git (read-only, click to copy)
Package Base: xmeasure
Description: Pixel measurement (ruler) tool on linux
Upstream URL: https://code.google.com/archive/p/xmeasure
Licenses: GPL2
Submitter: ahphaw5S
Maintainer: ahphaw5S
Last Packager: ahphaw5S
Votes: 6
Popularity: 0.000000
First Submitted: 2015-11-09 13:27 (UTC)
Last Updated: 2017-02-14 14:30 (UTC)

Latest Comments

ahphaw5S commented on 2017-02-14 14:31 (UTC)

Thanks, I fixed the url!

timmy1420 commented on 2017-02-14 10:50 (UTC)

Please fix the PKGBUILD. Copy and paste this in PKGBUILD pkgname=xmeasure 3 pkgver=0.0.1 4 pkgrel=6 5 pkgdesc="Pixel measurement (ruler) tool on linux" 6 arch=('i686' 'x86_64') 7 url="https://code.google.com/archive/p/xmeasure/" 8 license=('GPL2') 9 makedepends=('gcc') 10 source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/xmeasure/xmeasure.c") 11 md5sums=('dff78ab95ffee6957d849caeb3c69576') 12 13 build() { 14 gcc -o xmeasure xmeasure.c -L/usr/X11R6/lib -lX11 15 } 16 17 package() { 18 mkdir -p "$pkgdir"/usr/bin 19 cp $srcdir/xmeasure "$pkgdir"/usr/bin/ 20 }

ahphaw5S commented on 2016-02-17 10:26 (UTC)

Thanks, corrected

Cork commented on 2016-02-17 10:14 (UTC)

.SRCINFO pkgrel is out of date.