Open hxss opened 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 /]#
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
Hello. I created aur package. Hope you'll join to maintain it