This commit is contained in:
Lynne Megido 2020-09-06 20:04:17 +10:00
parent d548d75ef9
commit f9664795f5
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,8 @@
# 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=r88.ec03321
pkgver=r89.d548d75
pkgrel=1
pkgdesc="A simple desktop program for keeping track of Yahoo! Auctions Japan items"
arch=('x86_64')
@ -21,7 +22,7 @@ pkgver() {
build() {
cd "$srcdir/${_srcname}"
dotnet publish -p:PublishProfile=Linux
dotnet publish -p:PublishProfile=Linux --output ./build/
}
package() {

View File

@ -11,11 +11,13 @@ sudo pacman -S dotnet-sdk
dotnet run
```
## quick install (arch linux)
<!-- ## quick install (arch linux)
this doesn't work 0uo
```bash
curl https://git.bune.city/lynnesbian/buypeeb-cs/raw/branch/master/PKGBUILD
makepkg -si # installs to /usr/bin/buypeeb
```
buypeeb
``` -->
---
## installing prerequisites