diff options
author | Anil Kulkarni | 2022-08-20 15:07:04 -0700 |
---|---|---|
committer | Anil Kulkarni | 2022-08-20 15:07:56 -0700 |
commit | 57ee39fa5a6e793f6297357dd494cd9ef3f2f085 (patch) | |
tree | 6613705ed958135ef84a608359754c427a8ac3e5 /.SRCINFO | |
download | aur-57ee39fa5a6e793f6297357dd494cd9ef3f2f085.tar.gz |
Initial release to AUR
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..e71cf37f0676 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,12 @@ +pkgbase = systemd-boot-lifeboat + pkgdesc = Keep rotating backups of systemd-boot bootloader entries + pkgver = 0.0.1 + pkgrel = 1 + url = https://github.com/intentionally-left-nil/systemd-boot-lifeboat + arch = any + license = MIT + depends = python + source = systemd-boot-lifeboat-0.0.1.tar.gz::https://github.com/intentionally-left-nil/systemd-boot-lifeboat/archive/refs/tags/v0.0.1.tar.gz + sha256sums = 9c3959e7768b0406cb3723a4b98e8eee2f5703b1ec1d81f5f8b0069b0ff1d700 + +pkgname = systemd-boot-lifeboat |