File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 UserKnownHostsFile=/dev/null
3030 EOF
3131
32- - name : Regenerate .SRCINFO
33- run : |
34- sudo apt-get update && sudo apt-get install -y base-devel
35- makepkg --printsrcinfo > .SRCINFO
36-
3732 - name : Push to AUR
3833 run : |
3934 git config --global user.name "github-actions[bot]"
Original file line number Diff line number Diff line change 11# Maintainer: kamisaki <your-email@example.com>
22# Description: A terminal wrap tool inspired by Spotify Wrapped
33
4-
54pkgname=terminalwrap
65pkgver=2.0.0
76pkgrel=1
@@ -15,11 +14,15 @@ source=("$pkgname-$pkgver.tar.gz::https://github.com/xeyossr/terminalwrap/archiv
1514sha256sums=(' SKIP' )
1615
1716build () {
17+
1818 cd " $srcdir /$pkgname -$pkgver "
1919 go build -o terminalwrap main.go
20+
2021}
2122
2223package () {
24+
2325 cd " $srcdir /$pkgname -$pkgver "
2426 install -Dm755 terminalwrap " $pkgdir /usr/bin/terminalwrap"
27+
2528}
You can’t perform that action at this time.
0 commit comments