Compare commits
2 commits
8094cbf062
...
afef6833e2
Author | SHA1 | Date | |
---|---|---|---|
afef6833e2 | |||
4219477644 |
2 changed files with 3 additions and 2 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue