Sha256: f8ee3e7704ad22fc8d72d2a15366d66564086610f8ad8d41eaef2e2933f9fb0a

Contents?: true

Size: 427 Bytes

Versions: 12

Compression:

Stored size: 427 Bytes

Contents

#!/bin/bash

# Requires
#   basedevel.sh
#   user.sh

pacman -S --noconfirm --needed base-devel

cd /tmp
curl 'https://aur.archlinux.org/packages/pa/packer/packer.tar.gz' -o packer.tar.gz
tar xzf packer.tar.gz

# makepkg should not be run as root
chown -R veewee:veewee packer
cd packer
su veewee -c 'makepkg -si --noconfirm'

# Clean up
cd ..
rm -rf packer*

# Now Arch User Repository packages can be installed using packer.

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/archlinux-x86_64/aur.sh
veewee-0.5.0.alpha3 templates/archlinux-x86_64/aur.sh
veewee-0.5.0.alpha2 templates/archlinux-x86_64/aur.sh
veewee-0.5.0.alpha1 templates/archlinux-x86_64/aur.sh
veewee-0.4.5.1 templates/archlinux-x86_64/aur.sh
veewee-0.4.5 templates/archlinux-x86_64/aur.sh
veewee-0.4.5.pre1 templates/archlinux-x86_64/aur.sh
veewee-0.4.4 templates/archlinux-x86_64/aur.sh
veewee-0.4.3 templates/archlinux-x86_64/aur.sh
veewee-0.4.2 templates/archlinux-x86_64/aur.sh
veewee-0.4.1 templates/archlinux-x86_64/aur.sh
veewee-0.4.0 templates/archlinux-x86_64/aur.sh