julionc / pkgbuilds

Packages I've created for Arch Linux and the Arch User Repository (AUR)

Home Page:https://aur.archlinux.org/packages/?SeB=m&K=julionc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arch Linux Packages

This project contains the PKGBUILDs of packages I plan to maintain for Arch Linux and the Arch User Repository (AUR). Contact me with problems/fixes should they arise.

PKGBUILDs

It contains package descriptions (PKGBUILDs) that allow you to compile a package from source with makepkg and then install it via pacman.

Installation

AUR installation is normally accomplished through Yaourt:

yaourt -Sy webgrind-git

However, it can almost be accomplished manually by changing to one of the package directories, building the package, then installing it:

makepkg -s
pacman -U webgrind-git-20120311-1-i686.pkg.tar.xz

My packages: https://aur.archlinux.org/packages.php?SeB=m&K=julionc

Packages

Name Description Version Status
webgrind-git Xdebug Profiling Web Frontend in PHP 1.0-1
webgrind Xdebug Profiling Web Frontend in PHP 20110421-1
xoops A PHP-based content management platform 2.5.1-1 outdated
zf ZendFramework - An object-oriented web-application framework for PHP projects 1.11.6-1 outdated

About

Packages I've created for Arch Linux and the Arch User Repository (AUR)

https://aur.archlinux.org/packages/?SeB=m&K=julionc


Languages

Language:Shell 95.4%Language:Makefile 4.6%