Compare commits
No commits in common. "afef6833e266989576bc90bbe13f17a01d6eea25" and "8094cbf062c629b80b72518a8d637c026fca5f91" have entirely different histories.
afef6833e2
...
8094cbf062
2 changed files with 2 additions and 3 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -1,9 +1,10 @@
|
||||||
# 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') # unfortunately, `strip` strips the whole program 0uo
|
options=('!strip')
|
||||||
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"
|
||||||
|
|
|
@ -13,8 +13,6 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue