Compare commits
2 commits
34123a7e5a
...
dac31a6a53
Author | SHA1 | Date | |
---|---|---|---|
dac31a6a53 | |||
a2c3ad5cf3 |
1 changed files with 5 additions and 5 deletions
|
@ -9,16 +9,16 @@ license=("GPL-3.0+")
|
|||
arch=("x86_64")
|
||||
makedepends=("deno")
|
||||
depends=("ollama")
|
||||
provides=("kub-tcp-service" "todo")
|
||||
conflicts=("kub-tcp-service" "todo")
|
||||
provides=("kub-tcp-service")
|
||||
conflicts=("kub-tcp-service")
|
||||
source=("git+https://git.barnulf.net/mb/kub-tcp.git#branch=master")
|
||||
sha256sums=("SKIP")
|
||||
|
||||
OPTIONS=(!strip !docs libtool emptydirs)
|
||||
|
||||
package() {
|
||||
feseur/build.sh
|
||||
kub-tcp/build.sh
|
||||
mkdir -p "$pkgdir/usr/bin/" "$pkgdir/usr/lib/systemd/user/"
|
||||
install -Dm755 feseur/target/kub-tcp-service "$pkgdir/usr/bin/"
|
||||
install -Dm644 feseur/kub-tcp.service "$pkgdir/usr/lib/systemd/user/"
|
||||
install -Dm755 kub-tcp/target/kub-tcp-service "$pkgdir/usr/bin/"
|
||||
install -Dm644 kub-tcp/kub-tcp.service "$pkgdir/usr/lib/systemd/user/"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue