Compare commits

..

2 commits

2 changed files with 3 additions and 2 deletions

View file

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

View file

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