Compare commits
No commits in common. "dac31a6a53db547ed3ef6ef8b4c96e1f391c1fb6" and "34123a7e5a26a36f15bd2c81d47c71e61234445d" have entirely different histories.
dac31a6a53
...
34123a7e5a
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")
|
||||
conflicts=("kub-tcp-service")
|
||||
provides=("kub-tcp-service" "todo")
|
||||
conflicts=("kub-tcp-service" "todo")
|
||||
source=("git+https://git.barnulf.net/mb/kub-tcp.git#branch=master")
|
||||
sha256sums=("SKIP")
|
||||
|
||||
OPTIONS=(!strip !docs libtool emptydirs)
|
||||
|
||||
package() {
|
||||
kub-tcp/build.sh
|
||||
feseur/build.sh
|
||||
mkdir -p "$pkgdir/usr/bin/" "$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/"
|
||||
install -Dm755 feseur/target/kub-tcp-service "$pkgdir/usr/bin/"
|
||||
install -Dm644 feseur/kub-tcp.service "$pkgdir/usr/lib/systemd/user/"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue