fix: remove subsystemctl
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
53f416615a
commit
9241912c32
2 changed files with 0 additions and 36 deletions
|
@ -1,13 +0,0 @@
|
|||
pkgbase = subsystemctl
|
||||
pkgdesc = Run systemd in WSL2
|
||||
pkgver = 0.2.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/sorah/subsystemctl
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = MIT
|
||||
makedepends = cargo
|
||||
source = https://github.com/sorah/subsystemctl/archive/v0.2.0.tar.gz
|
||||
sha512sums = f5e1290c32b8748436cb025d61f27335e26c9960e9a5b9d67c9b2a0f2b322c078a60c7a38a549a5a2c2549b046c214c638893471e93b310d332b8cbf05ded68c
|
||||
|
||||
pkgname = subsystemctl
|
|
@ -1,23 +0,0 @@
|
|||
# Maintainer: Sorah Fukumori <her@sorah.jp>
|
||||
pkgname=subsystemctl
|
||||
pkgver=0.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Run systemd in WSL2"
|
||||
arch=('x86_64' 'aarch64')
|
||||
url="https://github.com/sorah/subsystemctl"
|
||||
license=('MIT')
|
||||
makedepends=('cargo')
|
||||
source=(
|
||||
"https://github.com/sorah/subsystemctl/archive/v${pkgver}.tar.gz"
|
||||
)
|
||||
|
||||
build() {
|
||||
cd "subsystemctl-$pkgver"
|
||||
cargo build --release --locked --all-features
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "subsystemctl-$pkgver"
|
||||
install -Dm6755 target/release/subsystemctl "${pkgdir}/usr/bin/subsystemctl"
|
||||
}
|
||||
sha512sums=('f5e1290c32b8748436cb025d61f27335e26c9960e9a5b9d67c9b2a0f2b322c078a60c7a38a549a5a2c2549b046c214c638893471e93b310d332b8cbf05ded68c')
|
Loading…
Add table
Add a link
Reference in a new issue