-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #136 from digitalsleuth/libafflib_24
Update libafflib for 24
- Loading branch information
Showing
2 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# Name: AFFLIBv3 | ||
# Website: https://github.com/sshock/AFFLIBv3 | ||
# Description: Development file for AFFLIB | ||
# Category: | ||
# Author: Simson L. Garfinkel / Phillip Hellewell et al (https://github.com/sshock/AFFLIBv3/blob/master/AUTHORS) | ||
# License: Multiple Licenses (https://github.com/sshock/AFFLIBv3/blob/master/COPYING) | ||
# Notes: | ||
|
||
libafflib-dev: | ||
pkg.installed | ||
pkg.installed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
libafflib: | ||
# Name: AFFLIBv3 | ||
# Website: https://github.com/sshock/AFFLIBv3 | ||
# Description: AFF is an open and extensible file format to store disk images | ||
# Category: | ||
# Author: Simson L. Garfinkel / Phillip Hellewell et al (https://github.com/sshock/AFFLIBv3/blob/master/AUTHORS) | ||
# License: Multiple Licenses (https://github.com/sshock/AFFLIBv3/blob/master/COPYING) | ||
# Notes: | ||
|
||
{% if grains['oscodename'] == 'jammy' %} | ||
{% set package = 'libafflib0v5' %} | ||
{% elif grains['oscodename'] == 'noble' %} | ||
{% set package = 'libafflib0t64' %} | ||
{% endif %} | ||
|
||
sift-package-libafflib: | ||
pkg.installed: | ||
- name: libafflib0v5 | ||
- name: {{ package }} |