Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 committed Oct 23, 2019
0 parents commit e41b5dd
Show file tree
Hide file tree
Showing 2 changed files with 4,544 additions and 0 deletions.
20 changes: 20 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
pkgname=systemd-altctl
_pkgname=systemd
pkgver=1.4.3027
pkgrel=1
_pkgver=219.0
_pkgrel=1
pkgdesc='systemd systemctl alternative package'
arch=('i686' 'x86_64' 'armv7h')
license=('EUPL')
url="https://github.com/gdraheim/docker-systemctl-replacement"
groups=('base')
depends=('python' 'systemd-libs')
provides=("${_pkgname}=${_pkgver}-${_pkgrel}")
conflicts=("${_pkgname}")
source=(systemctl.py)
md5sums=('86468c91a6e0d8011e57d3bbbd1a2a1d')

package() {
install -Dm755 systemctl.py "$pkgdir"/usr/bin/systemctl
}
Loading

0 comments on commit e41b5dd

Please sign in to comment.