mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 20:40:32 +01:00
upgpkg: netctl2iwd 0.1.2-2
Remove cargo package info
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = netctl2iwd
|
pkgbase = netctl2iwd
|
||||||
pkgdesc = Convert your netctl wireless profiles to iwd profiles.
|
pkgdesc = Convert your netctl wireless profiles to iwd profiles.
|
||||||
pkgver = 0.1.2
|
pkgver = 0.1.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/bertptrs/netctl2iwd
|
url = https://github.com/bertptrs/netctl2iwd
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
@@ -12,4 +12,3 @@ pkgbase = netctl2iwd
|
|||||||
md5sums = dcbff31d50a3731ce19a3c81e6568706
|
md5sums = dcbff31d50a3731ce19a3c81e6568706
|
||||||
|
|
||||||
pkgname = netctl2iwd
|
pkgname = netctl2iwd
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
# Maintainer: Bert Peters <bert@bertptrs.nl>
|
||||||
pkgname=netctl2iwd
|
pkgname=netctl2iwd
|
||||||
pkgver=0.1.2
|
pkgver=0.1.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Convert your netctl wireless profiles to iwd profiles."
|
pkgdesc="Convert your netctl wireless profiles to iwd profiles."
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/bertptrs/netctl2iwd"
|
url="https://github.com/bertptrs/netctl2iwd"
|
||||||
@@ -25,6 +25,6 @@ check() {
|
|||||||
package() {
|
package() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
cargo install --path . --root "$pkgdir/usr"
|
cargo install --path . --root "$pkgdir/usr"
|
||||||
rm "$pkgdir/usr/.crates.toml"
|
rm "$pkgdir/usr/.crates.toml" "$pkgdir/usr/.crates2.json"
|
||||||
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m 644 LICENSE
|
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m 644 LICENSE
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user