move: sys/ -> lfs-12.2-systemd/
This commit is contained in:
23
lfs-12.2-systemd/iana-etc-20240806.PKGBUILD
Normal file
23
lfs-12.2-systemd/iana-etc-20240806.PKGBUILD
Normal file
@@ -0,0 +1,23 @@
|
||||
pkgname="iana-etc"
|
||||
pkgver="20240806"
|
||||
pkgdesc='/etc/protocols and /etc/services provided by IANA'
|
||||
homepage="https://www.iana.org/protocols"
|
||||
sources=("${pkgname}-${pkgver}.tar.gz")
|
||||
urls=('https://github.com/Mic92/iana-etc/releases/download/20240806/iana-etc-20240806.tar.gz')
|
||||
md5sums=("ea3c37c00d22f1159fc3b7d988de8476")
|
||||
license=('custom:none')
|
||||
|
||||
distdir=${DIST_DIR}/${pkgname}-${pkgver}
|
||||
|
||||
src_prepare() {
|
||||
tar -xf ${DIST_DIR}/${pkgname}-${pkgver}/${sources[0]} --strip-components=1
|
||||
}
|
||||
|
||||
src_build() {
|
||||
:
|
||||
}
|
||||
|
||||
src_install() {
|
||||
install -d "${pkgdir}/etc"
|
||||
cp services protocols "${pkgdir}/etc"
|
||||
}
|
||||
Reference in New Issue
Block a user