Compare commits

...

2 Commits

2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,9 @@
# Maintainer: Lynnesbian <lynne@bune.city>
# for some reason, the installed program won't launch :c
pkgname=buypeeb-git # '-bzr', '-git', '-hg' or '-svn'
_srcname=buypeeb-cs
pkgver=r89.d548d75
pkgrel=1
options=('!strip')
options=('!strip') # unfortunately, `strip` strips the whole program 0uo
pkgdesc="A simple desktop program for keeping track of Yahoo! Auctions Japan items"
arch=('x86_64')
url="https://git.bune.city/lynnesbian/buypeeb-cs"

View File

@ -13,6 +13,8 @@ dotnet run
## quick install (arch linux)
```bash
mkdir buypeeb
cd buypeeb
curl https://git.bune.city/lynnesbian/buypeeb-cs/raw/branch/master/PKGBUILD
makepkg -si # installs to /usr/bin/buypeeb
buypeeb