mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
#5, AUR: Switched from setuptools to pip for package builder
This commit is contained in:
parent
ee0efafa02
commit
7941f1909a
3 changed files with 7 additions and 9 deletions
4
Makefile
4
Makefile
|
|
@ -60,6 +60,10 @@ arch-install: arch-update
|
|||
cd package/archlinux
|
||||
makepkg -si
|
||||
|
||||
arch-build: arch-update
|
||||
cd package/archlinux
|
||||
makepkg
|
||||
|
||||
arch-upload: arch-update
|
||||
cd package/archlinux
|
||||
git clone ssh://aur@aur.archlinux.org/virtscreen.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue