libvips / pyvips

python binding for libvips using cffi
MIT License
630 stars 49 forks source link

aur package #214

Open hxss opened 3 years ago

hxss commented 3 years ago

Hello. I created aur package. Hope you'll join to maintain it

jcupitt commented 3 years ago

Oh, nice! How can I try it? I'm not very good with arch.

I tried:

$ docker run -it --rm archlinux/base:latest
[root@8b326f64b513 /]# pacman -Sy python-pyvips
:: Synchronizing package databases...
 core                     129.4 KiB   209K/s 00:01 [######################] 100%
 extra                   1636.5 KiB  1255K/s 00:01 [######################] 100%
 community                  5.3 MiB  1127K/s 00:05 [######################] 100%
error: target not found: python-pyvips
[root@8b326f64b513 /]# 
hxss commented 3 years ago

Its better to install aur-helper first. All aur packages builds from regular user(with sudo rights):

$ git clone https://aur.archlinux.org/trizen.git
$ cd trizen
$ makepkg -si
$
$ trizen -S python-pyvips