Skip to content

Commit f6f2fad

Browse files
committed
PKGBUILD
1 parent 2e5692d commit f6f2fad

File tree

6 files changed

+4
-436
lines changed

6 files changed

+4
-436
lines changed

CMakeLists.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ build() {
1919
go build -o terminalwrap main.go
2020
}
2121

22+
2223
package() {
2324
cd "$srcdir/$pkgname-$pkgver"
2425
install -Dm755 terminalwrap "$pkgdir/usr/bin/terminalwrap"

assets/preview.png

-376 KB
Binary file not shown.

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/xeyossr/terminalwrap
2+
3+
go 1.24.5

go.sum

Whitespace-only changes.

0 commit comments

Comments
 (0)