welp
This commit is contained in:
parent
d548d75ef9
commit
f9664795f5
2 changed files with 7 additions and 4 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -1,7 +1,8 @@
|
||||||
# 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=r88.ec03321
|
pkgver=r89.d548d75
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
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')
|
||||||
|
@ -21,7 +22,7 @@ pkgver() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/${_srcname}"
|
cd "$srcdir/${_srcname}"
|
||||||
dotnet publish -p:PublishProfile=Linux
|
dotnet publish -p:PublishProfile=Linux --output ./build/
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
|
@ -11,11 +11,13 @@ sudo pacman -S dotnet-sdk
|
||||||
dotnet run
|
dotnet run
|
||||||
```
|
```
|
||||||
|
|
||||||
## quick install (arch linux)
|
<!-- ## quick install (arch linux)
|
||||||
|
this doesn't work 0uo
|
||||||
```bash
|
```bash
|
||||||
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
|
||||||
|
``` -->
|
||||||
---
|
---
|
||||||
|
|
||||||
## installing prerequisites
|
## installing prerequisites
|
||||||
|
|
Loading…
Reference in a new issue